ContainerModel, PropertyModelpublic interface JsonBindingModel
| Modifier and Type | Method | Description |
|---|---|---|
JsonContext |
getContext() |
Current context of json generator.
|
Customization |
getCustomization() |
Introspected customization of a property or class.
|
Type |
getType() |
Type of a property, either bean property type or collection / array component type.
|
String |
getWriteName() |
Returns a name of json key that will be written by marshaller.
|
Customization getCustomization()
Type getType()
String getWriteName()
JsonContext getContext()
Copyright © 2017 Oracle Corporation. All rights reserved.