Class EclipseCollectionsTypeModifier
java.lang.Object
com.fasterxml.jackson.databind.type.TypeModifier
com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsTypeModifier
class EclipseCollectionsTypeModifier
extends com.fasterxml.jackson.databind.type.TypeModifier
-
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 context, com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
-
Constructor Details
-
EclipseCollectionsTypeModifier
EclipseCollectionsTypeModifier()
-
-
Method Details
-
modifyType
public com.fasterxml.jackson.databind.JavaType modifyType(com.fasterxml.jackson.databind.JavaType type, Type jdkType, com.fasterxml.jackson.databind.type.TypeBindings context, com.fasterxml.jackson.databind.type.TypeFactory typeFactory) - Specified by:
modifyType
in classcom.fasterxml.jackson.databind.type.TypeModifier
-