|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.messaging.amf.io.util.Property
org.granite.messaging.amf.io.util.MapProperty
public class MapProperty
| Constructor Summary | |
|---|---|
MapProperty(Converters converters,
String name)
|
|
| Method Summary | ||
|---|---|---|
|
getAnnotation(Class<T> annotationClass,
boolean recursive)
|
|
Object |
getProperty(Object instance)
|
|
Type |
getType()
|
|
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass,
boolean recursive)
|
|
void |
setProperty(Object instance,
Object value,
boolean convert)
|
|
| Methods inherited from class org.granite.messaging.amf.io.util.Property |
|---|
convert, getAnnotation, getConverters, getName, isAnnotationPresent, setProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapProperty(Converters converters,
String name)
| Method Detail |
|---|
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass,
boolean recursive)
isAnnotationPresent in class Property
public <T extends Annotation> T getAnnotation(Class<T> annotationClass,
boolean recursive)
getAnnotation in class Propertypublic Type getType()
getType in class Property
public void setProperty(Object instance,
Object value,
boolean convert)
setProperty in class Propertypublic Object getProperty(Object instance)
getProperty in class Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||