Class StdTypeResolverBuilder

    • Field Detail

      • _idType

        protected com.fasterxml.jackson.annotation.JsonTypeInfo.Id _idType
      • _includeAs

        protected com.fasterxml.jackson.annotation.JsonTypeInfo.As _includeAs
      • _typeProperty

        protected String _typeProperty
      • _typeIdVisible

        protected boolean _typeIdVisible
        Whether type id should be exposed to deserializers or not
      • _defaultImpl

        protected Class<?> _defaultImpl
        Default class to use in case type information is not available or is broken.
    • Constructor Detail

      • StdTypeResolverBuilder

        public StdTypeResolverBuilder()
      • StdTypeResolverBuilder

        protected StdTypeResolverBuilder​(com.fasterxml.jackson.annotation.JsonTypeInfo.Id idType,
                                         com.fasterxml.jackson.annotation.JsonTypeInfo.As idAs,
                                         String propName)
        Since:
        2.9