public static class JsonParser.Defaults
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
classMetadataName
Specifies if 'class' metadata is used and its value.
|
static java.lang.String |
DEFAULT_CLASS_METADATA_NAME |
static boolean |
lazy
Flag for enabling the lazy mode.
|
static boolean |
loose
Default value for loose mode.
|
static boolean |
strictTypes |
static boolean |
useAltPathsByParser
Defines if parser will use extended paths information
and path matching.
|
Constructor and Description |
---|
Defaults() |
public static final java.lang.String DEFAULT_CLASS_METADATA_NAME
public static boolean lazy
public static boolean useAltPathsByParser
public static boolean loose
public static java.lang.String classMetadataName
JsonSerializer
and all objects
will have additional field with the class type in the resulting JSON.
JsonParser
will also consider this flag to build
correct object type. If null
, class information is not used.public static boolean strictTypes
Copyright © 2003-present Jodd Team