Uses of Class
org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
Packages that use StdTypeResolverBuilder
Package
Description
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParserFunctionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver.-
Uses of StdTypeResolverBuilder in org.codehaus.jackson.map
Subclasses of StdTypeResolverBuilder in org.codehaus.jackson.mapModifier and TypeClassDescriptionstatic classCustomizedTypeResolverBuilderthat provides type resolver builders used with so-called "default typing" (seeObjectMapper.enableDefaultTyping()for details). -
Uses of StdTypeResolverBuilder in org.codehaus.jackson.map.introspect
Methods in org.codehaus.jackson.map.introspect that return StdTypeResolverBuilderModifier and TypeMethodDescriptionprotected StdTypeResolverBuilderJacksonAnnotationIntrospector._constructNoTypeResolverBuilder()Helper method for dealing with "no type info" marker; can't be null (as it'd be replaced by default typing)protected StdTypeResolverBuilderJacksonAnnotationIntrospector._constructStdTypeResolverBuilder()Helper method for constructing standardTypeResolverBuilderimplementation. -
Uses of StdTypeResolverBuilder in org.codehaus.jackson.map.jsontype.impl
Classes in org.codehaus.jackson.map.jsontype.impl that implement interfaces with type arguments of type StdTypeResolverBuilderMethods in org.codehaus.jackson.map.jsontype.impl that return StdTypeResolverBuilderModifier and TypeMethodDescriptionStdTypeResolverBuilder.defaultImpl(Class<?> defaultImpl) StdTypeResolverBuilder.inclusion(JsonTypeInfo.As includeAs) StdTypeResolverBuilder.init(JsonTypeInfo.Id idType, TypeIdResolver idRes) static StdTypeResolverBuilderStdTypeResolverBuilder.noTypeInfoBuilder()StdTypeResolverBuilder.typeProperty(String typeIdPropName) Method for constructing an instance with specified type property name (property name to use for type id when using "as-property" inclusion).