public final class BeanTypeInfo
extends java.lang.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,java.lang.String> |
getMapTypeToDeserializationMetadata()
Getter for the field
mapTypeToDeserializationMetadata. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<com.google.gwt.core.ext.typeinfo.JClassType,java.lang.String> |
getMapTypeToSerializationMetadata()
Getter for the field
mapTypeToSerializationMetadata. |
java.lang.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 java.lang.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,java.lang.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,java.lang.String> getMapTypeToDeserializationMetadata()
Getter for the field mapTypeToDeserializationMetadata.
ImmutableMap object.Copyright © 2018. All Rights Reserved.