public class ComponentBindings extends Object
| Constructor | Description |
|---|---|
ComponentBindings(Type bindingType) |
Construct empty bindings for a given type.
|
ComponentBindings(Type bindingType,
SerializerBinding serializer,
DeserializerBinding deserializer,
AdapterBinding adapter) |
Creates an instance and populates it with bindings for a given type.
|
| Modifier and Type | Method | Description |
|---|---|---|
AdapterBinding |
getAdapterInfo() |
Adapter info if any.
|
Type |
getBindingType() |
Type to which components are bound.
|
DeserializerBinding |
getDeserializer() |
Deserializer if any.
|
SerializerBinding |
getSerializer() |
Serializer if any.
|
public ComponentBindings(Type bindingType)
bindingType - type components are bound topublic ComponentBindings(Type bindingType, SerializerBinding serializer, DeserializerBinding deserializer, AdapterBinding adapter)
bindingType - Type components are bound to.serializer - Serializer.deserializer - Deserializer.adapter - Adapter.public Type getBindingType()
public SerializerBinding getSerializer()
public DeserializerBinding getDeserializer()
public AdapterBinding getAdapterInfo()
Copyright © 2018 Oracle Corporation. All rights reserved.