public final class PropertyAccessors
extends java.lang.Object
PropertyAccessors class.
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotation)
getAnnotation
|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.String annotation)
getAnnotation
|
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> |
getField()
Getter for the field
field. |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> |
getGetter()
Getter for the field
getter. |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JParameter> |
getParameter()
Getter for the field
parameter. |
java.lang.String |
getPropertyName()
Getter for the field
propertyName. |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> |
getSetter()
Getter for the field
setter. |
<T extends java.lang.annotation.Annotation> |
isAnnotationPresentOnField(java.lang.Class<T> annotation)
isAnnotationPresentOnField
|
<T extends java.lang.annotation.Annotation> |
isAnnotationPresentOnGetter(java.lang.Class<T> annotation)
isAnnotationPresentOnGetter
|
<T extends java.lang.annotation.Annotation> |
isAnnotationPresentOnSetter(java.lang.Class<T> annotation)
isAnnotationPresentOnSetter
|
public java.lang.String getPropertyName()
Getter for the field propertyName.
String object.public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> getField()
Getter for the field field.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> getGetter()
Getter for the field getter.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> getSetter()
Getter for the field setter.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JParameter> getParameter()
Getter for the field parameter.
Optional object.public <T extends java.lang.annotation.Annotation> boolean isAnnotationPresentOnField(java.lang.Class<T> annotation)
isAnnotationPresentOnField
T - the typeannotation - a Class object.public <T extends java.lang.annotation.Annotation> boolean isAnnotationPresentOnGetter(java.lang.Class<T> annotation)
isAnnotationPresentOnGetter
T - the typeannotation - a Class object.public <T extends java.lang.annotation.Annotation> boolean isAnnotationPresentOnSetter(java.lang.Class<T> annotation)
isAnnotationPresentOnSetter
T - the typeannotation - a Class object.public <T extends java.lang.annotation.Annotation> com.google.gwt.thirdparty.guava.common.base.Optional<T> getAnnotation(java.lang.String annotation)
getAnnotation
T - the typeannotation - a String object.Optional object.public <T extends java.lang.annotation.Annotation> com.google.gwt.thirdparty.guava.common.base.Optional<T> getAnnotation(java.lang.Class<T> annotation)
getAnnotation
T - the typeannotation - a Class object.Optional object.Copyright © 2018. All Rights Reserved.