INTERNAL - the internal type the API is mapping ontoAPI - the API typepublic interface InternalAPIDelegator<API,INTERNAL extends APIDelegate<? extends API>>
Interface that is meant to be implemented by all API implementation classes.
The interface enables it to navigate from the API type to the internal type in order to delegate the actual work to be done.| Modifier and Type | Method and Description |
|---|---|
INTERNAL |
toInternalAPI()
Returns the internal interface of this class.
|
INTERNAL toInternalAPI()
Copyright © 2017. All rights reserved.