public final class PropertyAccessors extends Object
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
<T extends Annotation> |
getAnnotation(String annotation) |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> |
getField() |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> |
getGetter() |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JParameter> |
getParameter() |
String |
getPropertyName() |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> |
getSetter() |
<T extends Annotation> |
isAnnotationPresentOnField(Class<T> annotation) |
<T extends Annotation> |
isAnnotationPresentOnGetter(Class<T> annotation) |
<T extends Annotation> |
isAnnotationPresentOnSetter(Class<T> annotation) |
public String getPropertyName()
public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> getField()
public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> getGetter()
public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> getSetter()
public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JParameter> getParameter()
public <T extends Annotation> boolean isAnnotationPresentOnField(Class<T> annotation)
public <T extends Annotation> boolean isAnnotationPresentOnGetter(Class<T> annotation)
public <T extends Annotation> boolean isAnnotationPresentOnSetter(Class<T> annotation)
public <T extends Annotation> com.google.gwt.thirdparty.guava.common.base.Optional<T> getAnnotation(String annotation)
public <T extends Annotation> com.google.gwt.thirdparty.guava.common.base.Optional<T> getAnnotation(Class<T> annotation)
Copyright © 2016. All Rights Reserved.