public class AdapterBinding extends AbstractComponentBinding
| Constructor | Description |
|---|---|
AdapterBinding(Type fromType,
Type toType,
javax.json.bind.adapter.JsonbAdapter<?,?> adapter) |
Adapter info with type to "adapt from", type to "adapt to" and an components itself.
|
| Modifier and Type | Method | Description |
|---|---|---|
javax.json.bind.adapter.JsonbAdapter<?,?> |
getAdapter() |
Get actual components to adapt object value
|
Class<?> |
getComponentClass() |
Class of user component.
|
Type |
getToType() |
Represents a type to which to adapt into.
|
getBindingTypepublic Type getToType()
public javax.json.bind.adapter.JsonbAdapter<?,?> getAdapter()
public Class<?> getComponentClass()
AbstractComponentBindinggetComponentClass in class AbstractComponentBindingCopyright © 2018 Oracle Corporation. All rights reserved.