public interface PropertyInfo
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<String> |
getBackReference() |
com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonFormat> |
getFormat() |
com.google.gwt.thirdparty.guava.common.base.Optional<? extends FieldAccessor> |
getGetterAccessor() |
com.google.gwt.thirdparty.guava.common.base.Optional<BeanIdentityInfo> |
getIdentityInfo() |
com.google.gwt.thirdparty.guava.common.base.Optional<String[]> |
getIgnoredProperties() |
com.google.gwt.thirdparty.guava.common.base.Optional<Boolean> |
getIgnoreUnknown() |
com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonInclude.Include> |
getInclude() |
com.google.gwt.thirdparty.guava.common.base.Optional<String> |
getManagedReference() |
String |
getPropertyName() |
com.google.gwt.thirdparty.guava.common.base.Optional<? extends FieldAccessor> |
getSetterAccessor() |
com.google.gwt.core.ext.typeinfo.JType |
getType() |
com.google.gwt.thirdparty.guava.common.base.Optional<BeanTypeInfo> |
getTypeInfo() |
boolean |
isIgnored() |
boolean |
isRawValue() |
boolean |
isRequired() |
String getPropertyName()
com.google.gwt.core.ext.typeinfo.JType getType()
boolean isIgnored()
boolean isRequired()
boolean isRawValue()
com.google.gwt.thirdparty.guava.common.base.Optional<String> getManagedReference()
com.google.gwt.thirdparty.guava.common.base.Optional<String> getBackReference()
com.google.gwt.thirdparty.guava.common.base.Optional<? extends FieldAccessor> getGetterAccessor()
com.google.gwt.thirdparty.guava.common.base.Optional<? extends FieldAccessor> getSetterAccessor()
com.google.gwt.thirdparty.guava.common.base.Optional<BeanIdentityInfo> getIdentityInfo()
com.google.gwt.thirdparty.guava.common.base.Optional<BeanTypeInfo> getTypeInfo()
com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonFormat> getFormat()
com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonInclude.Include> getInclude()
com.google.gwt.thirdparty.guava.common.base.Optional<Boolean> getIgnoreUnknown()
com.google.gwt.thirdparty.guava.common.base.Optional<String[]> getIgnoredProperties()
Copyright © 2014. All Rights Reserved.