public class FieldProperty extends Property
| Modifier and Type | Method and Description |
|---|---|
static Collection<FieldProperty> |
findProperties(com.google.gwt.core.ext.typeinfo.JClassType type) |
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
boolean |
hasAccessorMethods() |
void |
writeGetterBody(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
String beanVariable) |
void |
writeSetterBody(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
String beanVariable,
String valueVariable) |
boxValue, compareTo, equals, getBeanType, getName, getPropertyType, getUnboxedPropertyTypeName, hashCode, unboxValuepublic boolean hasAccessorMethods()
hasAccessorMethods in class Propertypublic void writeSetterBody(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
String beanVariable,
String valueVariable)
writeSetterBody in class Propertypublic void writeGetterBody(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
String beanVariable)
writeGetterBody in class Propertypublic static Collection<FieldProperty> findProperties(com.google.gwt.core.ext.typeinfo.JClassType type)
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in class PropertyCopyright © 2019 Vaadin Ltd. All rights reserved.