JsonBindingModelpublic class CreatorModel extends Object implements JsonBindingModel
| Constructor | Description |
|---|---|
CreatorModel(String name,
Parameter parameter,
JsonbContext context) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
Customization |
getCustomization() |
Introspected customization of a property or class.
|
String |
getName() |
Gets parameter name.
|
Type |
getType() |
Gets parameter type.
|
public CreatorModel(String name, Parameter parameter, JsonbContext context)
name - Parameter nameparameter - constructor parametercontext - jsonb contextpublic String getName()
public Customization getCustomization()
JsonBindingModelgetCustomization in interface JsonBindingModelpublic Type getType()
getType in interface JsonBindingModelCopyright © 2017 Oracle Corporation. All rights reserved.