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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.annotation.JsonTypeInfo.IdidFromValue(Object value) idFromValueAndType(Object value, Class<?> suggestedType) voidinit(com.fasterxml.jackson.databind.JavaType baseType) com.fasterxml.jackson.databind.JavaTypetypeFromId(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:
 initin interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver- Overrides:
 initin 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:
 typeFromIdin interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver- Overrides:
 typeFromIdin classcom.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
 - 
getMechanism
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism() 
 -