AdapterBinding, DeserializerBinding, SerializerBindingpublic abstract class AbstractComponentBinding extends Object
| Constructor | Description |
|---|---|
AbstractComponentBinding(Type bindingType) |
Creates info.
|
| Modifier and Type | Method | Description |
|---|---|---|
Type |
getBindingType() |
Resolved binding type of a component.
|
abstract Class<?> |
getComponentClass() |
Class of user component.
|
public AbstractComponentBinding(Type bindingType)
bindingType - type to which component is bound.Copyright © 2018 Oracle Corporation. All rights reserved.