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 Constructor Description HppcTypeModifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JavaType
modifyType(com.fasterxml.jackson.databind.JavaType type, java.lang.reflect.Type jdkType, com.fasterxml.jackson.databind.type.TypeBindings bindings, com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
-
-
-
Method Detail
-
modifyType
public com.fasterxml.jackson.databind.JavaType modifyType(com.fasterxml.jackson.databind.JavaType type, java.lang.reflect.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
-
-