|
||||||||||
| 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.MethodProperty
public class MethodProperty
| Constructor Summary | |
|---|---|
MethodProperty(Converters converters,
String name,
Method setter,
Method getter)
|
|
| Method Summary | ||
|---|---|---|
|
getAnnotation(Class<T> annotationClass)
|
|
Object |
getProperty(Object instance)
|
|
Type |
getType()
|
|
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass)
|
|
void |
setProperty(Object instance,
Object value,
boolean convert)
|
|
| Methods inherited from class org.granite.messaging.amf.io.util.Property |
|---|
convert, getConverters, getName, setProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MethodProperty(Converters converters,
String name,
Method setter,
Method getter)
| Method Detail |
|---|
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in class Propertypublic <T extends Annotation> T getAnnotation(Class<T> annotationClass)
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 | |||||||||