Package 

Class ValueTypeIdResolver

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.jsontype.TypeIdResolver

    
    public final class ValueTypeIdResolver
    extends TypeIdResolverBase
                        

    The TypeIdResolver for any Value type.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final TypeFactory _typeFactory
      private final JavaType _baseType
    • Method Summary

      Modifier and Type Method Description
      JavaType typeFromId(DatabindContext context, String id)
      String idFromValue(Object value)
      String idFromValueAndType(Object value, Class<?> suggestedType)
      JsonTypeInfo.Id getMechanism()
      • Methods inherited from class com.fasterxml.jackson.databind.jsontype.TypeIdResolver

        equals, hashCode, toString
      • Methods inherited from class ai.tock.nlp.entity.ValueTypeIdResolver

        getDescForKnownTypeIds, idFromBaseType, init
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait