JsonBindingModelpublic class ContainerModel extends Object implements JsonBindingModel
List<MyPojo>, it will contain MyPojo value type and customization parsed
from annotations of MyPojo class.| Constructor | Description |
|---|---|
ContainerModel(Type valueRuntimeType,
Customization customization) |
Construct model.
|
| Modifier and Type | Method | Description |
|---|---|---|
Customization |
getCustomization() |
Introspected customization of a property or class.
|
Type |
getType() |
Class of a property, either bean property type or collection / array component type.
|
public ContainerModel(Type valueRuntimeType, Customization customization)
valueRuntimeType - collection or map value typecustomization - customization parsed from value typepublic Customization getCustomization()
getCustomization in interface JsonBindingModelpublic Type getType()
getType in interface JsonBindingModelCopyright © 2017 Oracle Corporation. All rights reserved.