org.granite.client.javafx
Class JavaFXProperty
java.lang.Object
org.granite.messaging.amf.io.util.Property
org.granite.client.javafx.JavaFXProperty
public class JavaFXProperty
- extends org.granite.messaging.amf.io.util.Property
- Author:
- William DRAI
| Methods inherited from class org.granite.messaging.amf.io.util.Property |
convert, getAnnotation, getConverters, getName, isAnnotationPresent, setProperty, toString |
JavaFXProperty
public JavaFXProperty(org.granite.messaging.amf.io.convert.Converters converters,
String name,
Method property,
Method getter,
Method setter)
setProperty
public void setProperty(Object instance,
Object value,
boolean convert)
- Specified by:
setProperty in class org.granite.messaging.amf.io.util.Property
getProperty
public Object getProperty(Object instance)
- Specified by:
getProperty in class org.granite.messaging.amf.io.util.Property
getDeclaringClass
public Class<?> getDeclaringClass()
- Specified by:
getDeclaringClass in class org.granite.messaging.amf.io.util.Property
getType
public Type getType()
- Specified by:
getType in class org.granite.messaging.amf.io.util.Property
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass,
boolean recursive)
- Specified by:
isAnnotationPresent in class org.granite.messaging.amf.io.util.Property
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationClass,
boolean recursive)
- Specified by:
getAnnotation in class org.granite.messaging.amf.io.util.Property