public class AttributeInfo extends Object
| Constructor and Description |
|---|
AttributeInfo(Object attribute)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAdapter(Class<T> adapterType)
Returns the attribute as the target adapter type.
|
public AttributeInfo(Object attribute)
attribute - the target attributepublic <T> T getAdapter(Class<T> adapterType)
T - the adapter typeadapterType - the adapter typeCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.