|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
true
if the reporter of the message is null
.
PropertyNamingStrategy
implementation which, if the declaring class of a property is
annotated with JsonSnakeCase
, uses a LowerCaseWithUnderscoresStrategy
, and uses
the default PropertyNamingStrategy
otherwise.ObjectMapper
instance with the given JsonFactory
instance.
ObjectMapper
instance with a default JsonFactory
instance.
CachingMapper.CachingMapper(Mapper)
Reader
.
Writer
.
InputStream
.
OutputStream
.
this
.
InputStream
to an
OutputStream
.
InputStream
to chars on a
Writer
using the default character encoding of the platform.
InputStream
to chars on a
Writer
using the specified character encoding.
Reader
to a Writer
.
Reader
to bytes on an
OutputStream
using the default character encoding of the
platform, and calling flush.
Reader
to bytes on an
OutputStream
using the specified character encoding, and
calling flush.
InputStream
to an
OutputStream
.
Reader
to a Writer
.
Amount
s.MapperFeature
s.
DeserializationFeature
s.
SerializationFeature
s.
JsonGenerator.Feature
s.
JsonParser.Feature
s.
JsonFactory.Feature
s.
MapperFeature
s.
DeserializationFeature
s.
SerializationFeature
s.
JsonGenerator.Feature
s.
JsonParser.Feature
s.
JsonFactory.Feature
s.
Enhancer
.
Changeset
and Modification
TimeUnit
.
MapperFeature
is enabled.
DeserializationFeature
is enabled.
SerializationFeature
is enabled.
JsonGenerator.Feature
is enabled.
JsonParser.Feature
is enabled.
JsonFactory.Feature
is enabled.
Enhancer
.
snake_case
JSON field names instead
of camelCase
field names.Reader
.
InputStream
, using
the character encoding specified (or default encoding if null).
ValidationMethod
-annotated methods.ObjectMapper
.double
value.
float
value.
long
value.
int
value.
processLine
InputStream
as a list of Strings,
one entry per line, using the default character encoding of the platform.
InputStream
as a list of Strings,
one entry per line, using the specified character encoding.
Reader
as a list of Strings,
one entry per line.
Callback
array to use before
creating a new instance of the generated class via reflection.
Enhancer.registerCallbacks(java.lang.Class, net.sf.cglib.proxy.Callback[])
, but suitable for use
when multiple threads will be creating instances of the generated class.
ExecutorService
.Callback
to use.
CallbackFilter
used to map the generated class' methods
to a particular callback index.
Callback
to use.
Factory
interface.
Amount
s.InputStream
as a byte[]
.
Reader
as a byte[]
using the default character encoding of the platform.
Reader
as a byte[]
using the specified character encoding.
String.getBytes()
InputStream
as a character array
using the default character encoding of the platform.
InputStream
as a character array
using the specified character encoding.
Reader
as a character array.
InputStream
as a String
using the default character encoding of the platform.
InputStream
as a String
using the specified character encoding.
Reader
as a String.
String.String(byte[])
String.String(byte[],String)
byte[]
to an OutputStream
.
byte[]
to chars on a Writer
using the default character encoding of the platform.
byte[]
to chars on a Writer
using the specified character encoding.
char[]
to a Writer
using the default character encoding of the platform.
char[]
to bytes on an
OutputStream
.
char[]
to bytes on an
OutputStream
using the specified character encoding.
String
to a Writer
.
String
to bytes on an
OutputStream
using the default character encoding of the
platform.
String
to bytes on an
OutputStream
using the specified character encoding.
StringBuffer
to a Writer
.
StringBuffer
to bytes on an
OutputStream
using the default character encoding of the
platform.
StringBuffer
to bytes on an
OutputStream
using the specified character encoding.
toString()
value of each item in a collection to
an OutputStream
line by line, using the default character
encoding of the platform and the specified line ending.
toString()
value of each item in a collection to
an OutputStream
line by line, using the specified character
encoding and the specified line ending.
toString()
value of each item in a collection to
a Writer
line by line, using the specified line ending.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |