| Package | Description |
|---|---|
| org.eclipse.yasson.internal.model | |
| org.eclipse.yasson.internal.serializer |
| Modifier and Type | Method | Description |
|---|---|---|
JsonContext |
JsonBindingModel.getContext() |
Current context of json generator.
|
JsonContext |
PropertyModel.getContext() |
|
static JsonContext |
JsonContext.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JsonContext[] |
JsonContext.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
JsonContext |
ContainerModel.getContext() |
Current context of json generator.
|
| Constructor | Description |
|---|---|
ContainerModel(Type valueRuntimeType,
Customization customization,
JsonContext context) |
Construct model.
|
ContainerModel(Type valueRuntimeType,
Customization customization,
JsonContext context,
String writeName) |
Construct model.
|
Copyright © 2017 Oracle Corporation. All rights reserved.