Class ValueAnnotationMetadata
java.lang.Object
com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.core.ValueAnnotationMetadata
Data holder for value annotation metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the default value of the property.Get the description of the property.getName()Get the name of the property.Get the source type of the property.getType()Get the type of the property.voidsetDefaultValue(String defaultValue) Set the default value of the property.voidsetDescription(String description) Set the description of the property.voidSet the name of the property.voidsetSourceType(String sourceType) Set the source type of the property.voidSet the type of the property.
-
Constructor Details
-
ValueAnnotationMetadata
public ValueAnnotationMetadata()Instantiates the value annotation metadata
-
-
Method Details
-
getName
Get the name of the property.- Returns:
- the name
-
setName
Set the name of the property.- Parameters:
name- the property name
-
getType
Get the type of the property.- Returns:
- the property name
-
setType
Set the type of the property.- Parameters:
type- the property name
-
getDescription
Get the description of the property.- Returns:
- the property description
-
setDescription
Set the description of the property.- Parameters:
description- the property description
-
getSourceType
Get the source type of the property.- Returns:
- the property source type
-
setSourceType
Set the source type of the property.- Parameters:
sourceType- the property source type
-
getDefaultValue
Get the default value of the property.- Returns:
- the property default value
-
setDefaultValue
Set the default value of the property.- Parameters:
defaultValue- the property default value
-