Class XmlTypeResolverProvider

java.lang.Object
tools.jackson.databind.jsontype.TypeResolverProvider
tools.jackson.dataformat.xml.XmlTypeResolverProvider
All Implemented Interfaces:
Serializable

public class XmlTypeResolverProvider extends tools.jackson.databind.jsontype.TypeResolverProvider
Since:
3.0 (replacement for earlier AnnotationIntrospector-based approach in 2.x)
See Also:
  • Field Summary

    Fields inherited from class tools.jackson.databind.jsontype.TypeResolverProvider

    NO_RESOLVER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected tools.jackson.databind.jsontype.TypeResolverBuilder<?>
    _constructStdTypeResolverBuilder(tools.jackson.databind.cfg.MapperConfig<?> config, com.fasterxml.jackson.annotation.JsonTypeInfo.Value typeInfo, tools.jackson.databind.JavaType baseType)
     

    Methods inherited from class tools.jackson.databind.jsontype.TypeResolverProvider

    _findTypeResolver, findPropertyContentTypeDeserializer, findPropertyContentTypeSerializer, findPropertyTypeDeserializer, findPropertyTypeSerializer, findTypeDeserializer, findTypeSerializer

    Methods inherited from class java.lang.Object

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

    • XmlTypeResolverProvider

      public XmlTypeResolverProvider()
  • Method Details

    • _constructStdTypeResolverBuilder

      protected tools.jackson.databind.jsontype.TypeResolverBuilder<?> _constructStdTypeResolverBuilder(tools.jackson.databind.cfg.MapperConfig<?> config, com.fasterxml.jackson.annotation.JsonTypeInfo.Value typeInfo, tools.jackson.databind.JavaType baseType)
      Overrides:
      _constructStdTypeResolverBuilder in class tools.jackson.databind.jsontype.TypeResolverProvider