Class DTODataCollectionNodeTypeIdResolver
java.lang.Object
com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeTypeIdResolver
- All Implemented Interfaces:
TypeIdResolver
Type ID resolver for data collection node types.
Delegates to the existing DTODataCollectionNodeTypeMapper for compatibility.
- Since:
- 22.0
-
Field Summary
Fields inherited from class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
_baseType, _typeFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.annotation.JsonTypeInfo.IdidFromValue(Object value) idFromValueAndType(Object value, Class<?> suggestedType) voidtypeFromId(DatabindContext context, String id) Methods inherited from class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
getDescForKnownTypeIds, idFromBaseType
-
Constructor Details
-
DTODataCollectionNodeTypeIdResolver
public DTODataCollectionNodeTypeIdResolver()
-
-
Method Details
-
init
- Specified by:
initin interfaceTypeIdResolver- Overrides:
initin classTypeIdResolverBase
-
idFromValue
-
idFromValueAndType
-
typeFromId
- Specified by:
typeFromIdin interfaceTypeIdResolver- Overrides:
typeFromIdin classTypeIdResolverBase- Throws:
IOException
-
getMechanism
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
-