Class HppcModule.HppcTypeModifier
java.lang.Object
com.fasterxml.jackson.databind.type.TypeModifier
com.fasterxml.jackson.datatype.hppc.HppcModule.HppcTypeModifier
- Enclosing class:
- HppcModule
static class HppcModule.HppcTypeModifier
extends com.fasterxml.jackson.databind.type.TypeModifier
Ww need to ensure that parameterized ("generic") containers are
recognized as Collection-/Map-like types, so that associated annotations
are processed, and key/value types passed as expected.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JavaType
modifyType
(com.fasterxml.jackson.databind.JavaType type, Type jdkType, com.fasterxml.jackson.databind.type.TypeBindings bindings, com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
-
Constructor Details
-
HppcTypeModifier
HppcTypeModifier()
-
-
Method Details
-
modifyType
public com.fasterxml.jackson.databind.JavaType modifyType(com.fasterxml.jackson.databind.JavaType type, Type jdkType, com.fasterxml.jackson.databind.type.TypeBindings bindings, com.fasterxml.jackson.databind.type.TypeFactory typeFactory) - Specified by:
modifyType
in classcom.fasterxml.jackson.databind.type.TypeModifier
-