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 Summary
ConstructorsConstructorDescriptionParameterAnnotationContent(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 Summary
Modifier 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.AnnotatedField
compareTo, getFieldName, setFieldNameMethods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
getDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
-
Constructor Details
-
ParameterAnnotationContent
public 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 interfaceAnnotation
-
getClassName
-
setClassName
-
getTypeParameters
-
isAnnotationOnMethod
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classAnnotatedField
-
equals
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classObject
-
hashCode
- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classObject
-