Class CircuitBreakerConfigTypeIdResolver
java.lang.Object
com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
io.openlineage.client.circuitBreaker.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.annotation.JsonTypeInfo.Id
idFromValue
(Object value) idFromValueAndType
(Object value, Class<?> suggestedType) void
init
(com.fasterxml.jackson.databind.JavaType baseType) com.fasterxml.jackson.databind.JavaType
typeFromId
(com.fasterxml.jackson.databind.DatabindContext context, String id) Methods inherited from class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
getDescForKnownTypeIds, idFromBaseType
-
Constructor Details
-
CircuitBreakerConfigTypeIdResolver
public CircuitBreakerConfigTypeIdResolver()
-
-
Method Details
-
init
public void init(com.fasterxml.jackson.databind.JavaType baseType) - Specified by:
init
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
- Overrides:
init
in classcom.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
-
idFromValue
-
idFromValueAndType
-
typeFromId
public com.fasterxml.jackson.databind.JavaType typeFromId(com.fasterxml.jackson.databind.DatabindContext context, String id) - Specified by:
typeFromId
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
- Overrides:
typeFromId
in classcom.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
-
getMechanism
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
-