Class OvsdbTypesIdResolver

java.lang.Object
com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
org.opendaylight.ovsdb.lib.notation.json.OvsdbTypesIdResolver
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsontype.TypeIdResolver

public class OvsdbTypesIdResolver extends com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
  • Constructor Details

    • OvsdbTypesIdResolver

      public OvsdbTypesIdResolver()
  • Method Details

    • init

      public void init(com.fasterxml.jackson.databind.JavaType bt)
      Specified by:
      init in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
      Overrides:
      init in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
    • idFromValue

      public String idFromValue(Object value)
    • idFromValueAndType

      public String idFromValueAndType(Object value, Class<?> suggestedType)
    • idFromBaseType

      public String idFromBaseType()
      Specified by:
      idFromBaseType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
      Overrides:
      idFromBaseType in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
    • typeFromId

      public com.fasterxml.jackson.databind.JavaType typeFromId(com.fasterxml.jackson.databind.DatabindContext context, String id)
      Specified by:
      typeFromId in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
      Overrides:
      typeFromId in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
    • getMechanism

      public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()