public final class PropertyInfo extends Object
PropertyInfo class.
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<String> |
getBackReference()
Getter for the field
backReference. |
com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonFormat> |
getFormat()
Getter for the field
format. |
com.google.gwt.thirdparty.guava.common.base.Optional<? extends FieldAccessor> |
getGetterAccessor()
Getter for the field
getterAccessor. |
com.google.gwt.thirdparty.guava.common.base.Optional<BeanIdentityInfo> |
getIdentityInfo()
Getter for the field
identityInfo. |
com.google.gwt.thirdparty.guava.common.base.Optional<String[]> |
getIgnoredProperties()
Getter for the field
ignoredProperties. |
com.google.gwt.thirdparty.guava.common.base.Optional<Boolean> |
getIgnoreUnknown()
Getter for the field
ignoreUnknown. |
com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonInclude.Include> |
getInclude()
Getter for the field
include. |
com.google.gwt.thirdparty.guava.common.base.Optional<String> |
getManagedReference()
Getter for the field
managedReference. |
String |
getPropertyName()
Getter for the field
propertyName. |
com.google.gwt.thirdparty.guava.common.base.Optional<? extends FieldAccessor> |
getSetterAccessor()
Getter for the field
setterAccessor. |
com.google.gwt.core.ext.typeinfo.JType |
getType()
Getter for the field
type. |
com.google.gwt.thirdparty.guava.common.base.Optional<BeanTypeInfo> |
getTypeInfo()
Getter for the field
typeInfo. |
boolean |
isAnyGetter()
isAnyGetter
|
boolean |
isAnySetter()
isAnySetter
|
boolean |
isIgnored()
isIgnored
|
boolean |
isRawValue()
isRawValue
|
boolean |
isRequired()
isRequired
|
boolean |
isUnwrapped()
isUnwrapped
|
boolean |
isValue()
isValue
|
public String getPropertyName()
Getter for the field propertyName.
String object.public com.google.gwt.core.ext.typeinfo.JType getType()
Getter for the field type.
JType object.public boolean isIgnored()
isIgnored
public boolean isRequired()
isRequired
public boolean isRawValue()
isRawValue
public boolean isValue()
isValue
public boolean isAnyGetter()
isAnyGetter
public boolean isAnySetter()
isAnySetter
public boolean isUnwrapped()
isUnwrapped
public com.google.gwt.thirdparty.guava.common.base.Optional<String> getManagedReference()
Getter for the field managedReference.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<String> getBackReference()
Getter for the field backReference.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<? extends FieldAccessor> getGetterAccessor()
Getter for the field getterAccessor.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<? extends FieldAccessor> getSetterAccessor()
Getter for the field setterAccessor.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<BeanIdentityInfo> getIdentityInfo()
Getter for the field identityInfo.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<BeanTypeInfo> getTypeInfo()
Getter for the field typeInfo.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonFormat> getFormat()
Getter for the field format.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonInclude.Include> getInclude()
Getter for the field include.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<Boolean> getIgnoreUnknown()
Getter for the field ignoreUnknown.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<String[]> getIgnoredProperties()
Getter for the field ignoredProperties.
Optional object.Copyright © 2017. All Rights Reserved.