Package | Description |
---|---|
org.waarp.common.json |
JSON support package
|
Modifier and Type | Method and Description |
---|---|
AdaptativeJsonHandler.JsonCodec |
AdaptativeJsonHandler.getCodec() |
static AdaptativeJsonHandler.JsonCodec |
AdaptativeJsonHandler.JsonCodec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdaptativeJsonHandler.JsonCodec[] |
AdaptativeJsonHandler.JsonCodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AdaptativeJsonHandler.changeHandler(AdaptativeJsonHandler.JsonCodec codec)
Change the JsonCodec: warning, change should be done before any usage to
preserve consistency
|
Constructor and Description |
---|
AdaptativeJsonHandler(AdaptativeJsonHandler.JsonCodec codec) |
Copyright © 2009–2020 Waarp. All rights reserved.