public final class BeanInfo extends Object
BeanInfo class.
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getAnyGetterPropertyInfo()
Getter for the field
anyGetterPropertyInfo. |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getAnySetterPropertyInfo()
Getter for the field
anySetterPropertyInfo. |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JClassType> |
getBuilder()
Getter for the field
builder. |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JAbstractMethod> |
getCreatorMethod()
Getter for the field
creatorMethod. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,com.google.gwt.core.ext.typeinfo.JParameter> |
getCreatorParameters()
Getter for the field
creatorParameters. |
com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility |
getCreatorVisibility()
Getter for the field
creatorVisibility. |
com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility |
getFieldVisibility()
Getter for the field
fieldVisibility. |
com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility |
getGetterVisibility()
Getter for the field
getterVisibility. |
com.google.gwt.thirdparty.guava.common.base.Optional<BeanIdentityInfo> |
getIdentityInfo()
Getter for the field
identityInfo. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableSet<String> |
getIgnoredFields()
Getter for the field
ignoredFields. |
com.google.gwt.thirdparty.guava.common.base.Optional<com.fasterxml.jackson.annotation.JsonInclude.Include> |
getInclude()
Getter for the field
include. |
com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility |
getIsGetterVisibility()
Getter for the field
isGetterVisibility. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<com.google.gwt.core.ext.typeinfo.JClassType> |
getParameterizedTypes()
Getter for the field
parameterizedTypes. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<String> |
getPropertyOrderList()
Getter for the field
propertyOrderList. |
com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility |
getSetterVisibility()
Getter for the field
setterVisibility. |
com.google.gwt.core.ext.typeinfo.JClassType |
getType()
Getter for the field
type. |
com.google.gwt.thirdparty.guava.common.base.Optional<BeanTypeInfo> |
getTypeInfo()
Getter for the field
typeInfo. |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getValuePropertyInfo()
Getter for the field
valuePropertyInfo. |
boolean |
isCreatorDefaultConstructor()
isCreatorDefaultConstructor
|
boolean |
isCreatorDelegation()
isCreatorDelegation
|
boolean |
isIgnoreUnknown()
isIgnoreUnknown
|
boolean |
isPropertyOrderAlphabetic()
isPropertyOrderAlphabetic
|
public com.google.gwt.core.ext.typeinfo.JClassType getType()
Getter for the field type.
JClassType object.public com.google.gwt.thirdparty.guava.common.collect.ImmutableList<com.google.gwt.core.ext.typeinfo.JClassType> getParameterizedTypes()
Getter for the field parameterizedTypes.
ImmutableList object.public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JClassType> getBuilder()
Getter for the field builder.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JAbstractMethod> getCreatorMethod()
Getter for the field creatorMethod.
Optional object.public com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,com.google.gwt.core.ext.typeinfo.JParameter> getCreatorParameters()
Getter for the field creatorParameters.
ImmutableMap object.public boolean isCreatorDefaultConstructor()
isCreatorDefaultConstructor
public boolean isCreatorDelegation()
isCreatorDelegation
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<PropertyInfo> getValuePropertyInfo()
Getter for the field valuePropertyInfo.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> getAnyGetterPropertyInfo()
Getter for the field anyGetterPropertyInfo.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> getAnySetterPropertyInfo()
Getter for the field anySetterPropertyInfo.
Optional object.public com.google.gwt.thirdparty.guava.common.collect.ImmutableSet<String> getIgnoredFields()
Getter for the field ignoredFields.
ImmutableSet object.public com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility getFieldVisibility()
Getter for the field fieldVisibility.
JsonAutoDetect.Visibility object.public com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility getGetterVisibility()
Getter for the field getterVisibility.
JsonAutoDetect.Visibility object.public com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility getIsGetterVisibility()
Getter for the field isGetterVisibility.
JsonAutoDetect.Visibility object.public com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility getSetterVisibility()
Getter for the field setterVisibility.
JsonAutoDetect.Visibility object.public com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility getCreatorVisibility()
Getter for the field creatorVisibility.
JsonAutoDetect.Visibility object.public boolean isIgnoreUnknown()
isIgnoreUnknown
public com.google.gwt.thirdparty.guava.common.collect.ImmutableList<String> getPropertyOrderList()
Getter for the field propertyOrderList.
ImmutableList object.public boolean isPropertyOrderAlphabetic()
isPropertyOrderAlphabetic
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<com.fasterxml.jackson.annotation.JsonInclude.Include> getInclude()
Getter for the field include.
Optional object.Copyright © 2017. All Rights Reserved.