public class MapProperty extends Property
specialValueFactory| Constructor and Description |
|---|
MapProperty(Converters converters,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationClass,
boolean recursive) |
java.lang.Class<?> |
getDeclaringClass() |
java.lang.reflect.Type |
getType() |
java.lang.Object |
getValue(java.lang.Object instance) |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
boolean recursive) |
void |
setValue(java.lang.Object instance,
java.lang.Object value,
boolean convert) |
convert, getAnnotation, getConverters, getName, isAnnotationPresent, setValue, toStringpublic MapProperty(Converters converters, java.lang.String name)
public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
boolean recursive)
isAnnotationPresent in class Propertypublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationClass,
boolean recursive)
getAnnotation in class Propertypublic java.lang.Class<?> getDeclaringClass()
getDeclaringClass in class Propertypublic void setValue(java.lang.Object instance,
java.lang.Object value,
boolean convert)