public class MethodProperty extends Property
| Modifier and Type | Method and Description |
|---|---|
static Collection<MethodProperty> |
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 static Collection<MethodProperty> findProperties(com.google.gwt.core.ext.typeinfo.JClassType type)
public void writeGetterBody(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
String beanVariable)
writeGetterBody 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 <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in class PropertyCopyright © 2016 Vaadin Ltd. All rights reserved.