public class ParameterAnnotationContent extends AnnotatedField implements Parameter
Constructor and Description |
---|
ParameterAnnotationContent(String fieldName,
String className) |
ParameterAnnotationContent(String fieldName,
String alias,
String property,
String defaultValue,
boolean required,
boolean readonly,
String className) |
Modifier and Type | Method and Description |
---|---|
String |
alias() |
void |
alias(String alias) |
Class<? extends Annotation> |
annotationType() |
String |
defaultValue() |
void |
defaultValue(String defaultValue) |
boolean |
equals(Object o) |
String |
getClassName() |
int |
hashCode() |
String |
name() |
void |
name(String name) |
String |
property() |
void |
property(String property) |
boolean |
readonly() |
void |
readonly(boolean readonly) |
boolean |
required() |
void |
required(boolean required) |
void |
setClassName(String className) |
String |
toString() |
compareTo, getFieldName, setFieldName
getDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
public ParameterAnnotationContent(String fieldName, String className)
public String defaultValue()
public void defaultValue(String defaultValue)
public boolean required()
public void required(boolean required)
public boolean readonly()
public void readonly(boolean readonly)
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String getClassName()
public void setClassName(String className)
public String toString()
toString
in interface Annotation
toString
in class AnnotatedField
public boolean equals(Object o)
equals
in interface Annotation
equals
in class Object
public int hashCode()
hashCode
in interface Annotation
hashCode
in class Object
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.