org.granite.messaging.amf.io.util
Class MapProperty
java.lang.Object
org.granite.messaging.amf.io.util.Property
org.granite.messaging.amf.io.util.MapProperty
public class MapProperty
- extends Property
- Author:
- Franck WOLFF
MapProperty
public MapProperty(Converters converters,
String name)
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
- Specified by:
isAnnotationPresent in class Property
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
- Specified by:
getAnnotation in class Property
getType
public Type getType()
- Specified by:
getType in class Property
setProperty
public void setProperty(Object instance,
Object value,
boolean convert)
- Specified by:
setProperty in class Property
getProperty
public Object getProperty(Object instance)
- Specified by:
getProperty in class Property