T - the assets of the bound typeA - the type of the bound APIpublic interface Accessor<T extends Asset,A>
Importers and Publishers.
Extensions handle Assets of a given AssetType, the bound type, and expect their content
under a given API, the bound API.
| Modifier and Type | Method and Description |
|---|---|
Class<A> |
api()
Return the bound API.
|
Type<? extends T> |
type()
Returns the bound type.
|
Copyright © 2018. All rights reserved.