Class ValueTypeIdResolver

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

    
    public final class ValueTypeIdResolver
    extends TypeIdResolverBase
                        

    The TypeIdResolver for any Value type.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.impl.TypeIdResolverBase

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

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