Java com.fasterxml.jackson.databind JavaType fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.databind JavaType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.databind JavaType.

The text is from its open source code.

Method

JavaTypecontainedType(int paramInt)
intcontainedTypeCount()
booleanequals(Object paramObject)
ClassgetClass()
Returns the runtime class of this Object .
JavaTypegetContentType()
JavaTypegetKeyType()
ClassgetRawClass()
TgetTypeHandler()
TgetValueHandler()
booleanhasRawClass(Class clz)
booleanisArrayType()
booleanisCollectionLikeType()
booleanisConcrete()
booleanisContainerType()
booleanisEnumType()
booleanisFinal()
booleanisMapLikeType()
JavaTypenarrowContentsBy(Class paramClass)
StringtoCanonical()
Method that can be used to serialize type into form from which it can be fully deserialized from at a later point (using TypeFactory from mapper package).