| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.type |
| Modifier and Type | Field and Description |
|---|---|
protected static SimpleType |
TypeFactory.CORE_TYPE_BOOL |
protected static SimpleType |
TypeFactory.CORE_TYPE_INT |
protected static SimpleType |
TypeFactory.CORE_TYPE_LONG |
protected static SimpleType |
TypeFactory.CORE_TYPE_STRING |
| Modifier and Type | Method and Description |
|---|---|
static SimpleType |
SimpleType.construct(Class<?> cls) |
static SimpleType |
SimpleType.constructUnsafe(Class<?> raw)
Method used by core Jackson classes: NOT to be used by application code.
|
SimpleType |
SimpleType.withContentValueHandler(Object h) |
SimpleType |
SimpleType.withStaticTyping() |
SimpleType |
SimpleType.withTypeHandler(Object h) |
SimpleType |
SimpleType.withValueHandler(Object h) |
Copyright © 2014 FasterXML. All Rights Reserved.