Package | Description |
---|---|
com.fasterxml.jackson.annotation |
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
|
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.introspect |
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
|
com.fasterxml.jackson.databind.ser.std | |
com.fasterxml.jackson.module.jaxb |
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
|
Modifier and Type | Method and Description |
---|---|
JsonFormat.Value |
JsonFormat.Value.withLocale(Locale l) |
JsonFormat.Value |
JsonFormat.Value.withPattern(String p) |
JsonFormat.Value |
JsonFormat.Value.withShape(JsonFormat.Shape s) |
JsonFormat.Value |
JsonFormat.Value.withTimeZone(TimeZone tz) |
Modifier and Type | Method and Description |
---|---|
abstract JsonFormat.Value |
BeanDescription.findExpectedFormat(JsonFormat.Value defValue)
Method for checking what is the expected format for POJO, as
defined by defaults and possible annotations.
|
JsonFormat.Value |
AnnotationIntrospector.findFormat(Annotated memberOrClass)
Method for finding format annotations for property or class.
|
Modifier and Type | Method and Description |
---|---|
abstract JsonFormat.Value |
BeanDescription.findExpectedFormat(JsonFormat.Value defValue)
Method for checking what is the expected format for POJO, as
defined by defaults and possible annotations.
|
Modifier and Type | Method and Description |
---|---|
JsonFormat.Value |
BasicBeanDescription.findExpectedFormat(JsonFormat.Value defValue) |
JsonFormat.Value |
JacksonAnnotationIntrospector.findFormat(Annotated ann) |
JsonFormat.Value |
AnnotationIntrospectorPair.findFormat(Annotated ann) |
Modifier and Type | Method and Description |
---|---|
JsonFormat.Value |
BasicBeanDescription.findExpectedFormat(JsonFormat.Value defValue) |
Modifier and Type | Method and Description |
---|---|
protected static Boolean |
EnumSerializer._isShapeWrittenUsingIndex(Class<?> enumClass,
JsonFormat.Value format,
boolean fromClass)
Helper method called to check whether
|
static EnumSerializer |
EnumSerializer.construct(Class<?> enumClass,
SerializationConfig config,
BeanDescription beanDesc,
JsonFormat.Value format)
Factory method used by
BasicSerializerFactory
for constructing serializer instance of Enum types. |
Modifier and Type | Field and Description |
---|---|
protected static JsonFormat.Value |
JaxbAnnotationIntrospector.FORMAT_INT |
protected static JsonFormat.Value |
JaxbAnnotationIntrospector.FORMAT_STRING |
Modifier and Type | Method and Description |
---|---|
JsonFormat.Value |
JaxbAnnotationIntrospector.findFormat(Annotated m) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.