public final class BeanTypeInfo extends Object
BeanTypeInfo class.
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.annotation.JsonTypeInfo.As |
getInclude()
Getter for the field
include. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<com.google.gwt.core.ext.typeinfo.JClassType,String> |
getMapTypeToDeserializationMetadata()
Getter for the field
mapTypeToDeserializationMetadata. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<com.google.gwt.core.ext.typeinfo.JClassType,String> |
getMapTypeToSerializationMetadata()
Getter for the field
mapTypeToSerializationMetadata. |
String |
getPropertyName()
Getter for the field
propertyName. |
com.fasterxml.jackson.annotation.JsonTypeInfo.Id |
getUse()
Getter for the field
use. |
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getUse()
Getter for the field use.
JsonTypeInfo.Id object.public com.fasterxml.jackson.annotation.JsonTypeInfo.As getInclude()
Getter for the field include.
JsonTypeInfo.As object.public String getPropertyName()
Getter for the field propertyName.
String object.public com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<com.google.gwt.core.ext.typeinfo.JClassType,String> getMapTypeToSerializationMetadata()
Getter for the field mapTypeToSerializationMetadata.
ImmutableMap object.public com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<com.google.gwt.core.ext.typeinfo.JClassType,String> getMapTypeToDeserializationMetadata()
Getter for the field mapTypeToDeserializationMetadata.
ImmutableMap object.Copyright © 2017. All Rights Reserved.