Package overit.geocall.model.format
Class FactoryTypeModifier
java.lang.Object
com.fasterxml.jackson.databind.type.TypeModifier
overit.geocall.model.format.FactoryTypeModifier
Class used for creating concrete JavaType instances, given various inputs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodifyType(JavaType type, Type jdkType, TypeBindings context, TypeFactory typeFactory) Method that can change details of JavaType instances factory constructs.
-
Constructor Details
-
FactoryTypeModifier
public FactoryTypeModifier()
-
-
Method Details
-
modifyType
public JavaType modifyType(JavaType type, Type jdkType, TypeBindings context, TypeFactory typeFactory) Method that can change details of JavaType instances factory constructs.- Specified by:
modifyTypein classTypeModifier- Parameters:
type- The JavaTypejdkType- Not usedcontext- Not usedtypeFactory- Not used- Returns:
- The JavaType if can be changed
-