M - API model typepublic interface ApiReader<M>
| Modifier and Type | Method and Description |
|---|---|
default M |
read(Class<?>... classes)
Read the given API resource class set and build the API definition model.
|
M |
read(Set<Class<?>> classes)
Read the given API resource class set and build the API definition model.
|
M read(Set<Class<?>> classes) throws ApiConfigurationException
classes - The API resource classes from which to create the API definition modelApiConfigurationException - If an error occurreddefault M read(Class<?>... classes) throws ApiConfigurationException
classes - The API resource classes from which to create the API definition modelApiConfigurationException - If an error occurredCopyright © 2019 The Holon Platform. All rights reserved.