|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseSettings | |
|---|---|
| com.fasterxml.jackson.databind | 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
JsonParser |
| com.fasterxml.jackson.databind.cfg | Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (com.fasterxml.jackson.databind). |
| Uses of BaseSettings in com.fasterxml.jackson.databind |
|---|
| Fields in com.fasterxml.jackson.databind declared as BaseSettings | |
|---|---|
protected static BaseSettings |
ObjectMapper.DEFAULT_BASE
Base settings contain defaults used for all ObjectMapper
instances. |
| Constructors in com.fasterxml.jackson.databind with parameters of type BaseSettings | |
|---|---|
DeserializationConfig(BaseSettings base,
SubtypeResolver str,
Map<ClassKey,Class<?>> mixins)
Constructor used by ObjectMapper to create default configuration object instance. |
|
SerializationConfig(BaseSettings base,
SubtypeResolver str,
Map<ClassKey,Class<?>> mixins)
Constructor used by ObjectMapper to create default configuration object instance. |
|
| Uses of BaseSettings in com.fasterxml.jackson.databind.cfg |
|---|
| Fields in com.fasterxml.jackson.databind.cfg declared as BaseSettings | |
|---|---|
protected BaseSettings |
MapperConfig._base
Immutable container object for simple configuration settings. |
| Methods in com.fasterxml.jackson.databind.cfg that return BaseSettings | |
|---|---|
BaseSettings |
BaseSettings.withAnnotationIntrospector(AnnotationIntrospector ai)
|
BaseSettings |
BaseSettings.withAppendedAnnotationIntrospector(AnnotationIntrospector ai)
|
BaseSettings |
BaseSettings.withClassIntrospector(ClassIntrospector ci)
|
BaseSettings |
BaseSettings.withDateFormat(DateFormat df)
|
BaseSettings |
BaseSettings.withHandlerInstantiator(HandlerInstantiator hi)
|
BaseSettings |
BaseSettings.withInsertedAnnotationIntrospector(AnnotationIntrospector ai)
|
BaseSettings |
BaseSettings.withPropertyNamingStrategy(PropertyNamingStrategy pns)
|
BaseSettings |
BaseSettings.withTypeFactory(TypeFactory tf)
|
BaseSettings |
BaseSettings.withTypeResolverBuilder(TypeResolverBuilder<?> typer)
|
BaseSettings |
BaseSettings.withVisibility(com.fasterxml.jackson.annotation.PropertyAccessor forMethod,
com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility visibility)
|
BaseSettings |
BaseSettings.withVisibilityChecker(VisibilityChecker<?> vc)
|
| Constructors in com.fasterxml.jackson.databind.cfg with parameters of type BaseSettings | |
|---|---|
MapperConfig(BaseSettings base,
int mapperFeatures)
|
|
MapperConfigBase(BaseSettings base,
SubtypeResolver str,
Map<ClassKey,Class<?>> mixins)
Constructor used when creating a new instance (compared to that of creating fluent copies) |
|
MapperConfigBase(MapperConfigBase<CFG,T> src,
BaseSettings base)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||