Class ParameterAnnotationContent
java.lang.Object
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
- All Implemented Interfaces:
- Annotation
- Since:
- 3.0
- Author:
- Olivier Lamy
- 
Constructor SummaryConstructorsConstructorDescriptionParameterAnnotationContent(String fieldName, String alias, String property, String defaultValue, boolean required, boolean readonly, String className, List<String> typeParameters, boolean annotationOnMethod) ParameterAnnotationContent(String fieldName, String className, List<String> typeParameters, boolean annotationOnMethod) 
- 
Method SummaryModifier and TypeMethodDescriptionalias()voidClass<? extends Annotation> voiddefaultValue(String defaultValue) booleaninthashCode()booleanname()voidproperty()voidbooleanreadonly()voidreadonly(boolean readonly) booleanrequired()voidrequired(boolean required) voidsetClassName(String className) toString()Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedFieldcompareTo, getFieldName, setFieldNameMethods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContentgetDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
- 
Constructor Details- 
ParameterAnnotationContentpublic ParameterAnnotationContent(String fieldName, String className, List<String> typeParameters, boolean annotationOnMethod) 
- 
ParameterAnnotationContent
 
- 
- 
Method Details- 
name
- 
name
- 
alias
- 
alias
- 
property
- 
property
- 
defaultValue
- 
defaultValue
- 
required
- 
required
- 
readonly
- 
readonly
- 
annotationType- Specified by:
- annotationTypein interface- Annotation
 
- 
getClassName
- 
setClassName
- 
getTypeParameters
- 
isAnnotationOnMethod
- 
toString- Specified by:
- toStringin interface- Annotation
- Overrides:
- toStringin class- AnnotatedField
 
- 
equals- Specified by:
- equalsin interface- Annotation
- Overrides:
- equalsin class- Object
 
- 
hashCode- Specified by:
- hashCodein interface- Annotation
- Overrides:
- hashCodein class- Object
 
 
-