Class CircuitBreakerConfigTypeIdResolver

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

    public class CircuitBreakerConfigTypeIdResolver
    extends com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
    • Field Summary

      • Fields inherited from class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase

        _baseType, _typeFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()  
      java.lang.String idFromValue​(java.lang.Object value)  
      java.lang.String idFromValueAndType​(java.lang.Object value, java.lang.Class<?> suggestedType)  
      void init​(com.fasterxml.jackson.databind.JavaType baseType)  
      com.fasterxml.jackson.databind.JavaType typeFromId​(com.fasterxml.jackson.databind.DatabindContext context, java.lang.String id)  
      • Methods inherited from class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CircuitBreakerConfigTypeIdResolver

        public CircuitBreakerConfigTypeIdResolver()
    • Method Detail

      • init

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

        public java.lang.String idFromValue​(java.lang.Object value)
      • idFromValueAndType

        public java.lang.String idFromValueAndType​(java.lang.Object value,
                                                   java.lang.Class<?> suggestedType)
      • typeFromId

        public com.fasterxml.jackson.databind.JavaType typeFromId​(com.fasterxml.jackson.databind.DatabindContext context,
                                                                  java.lang.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()