public abstract class AbstractRegister extends java.lang.Object implements RestApiExtension
| Constructor and Description |
|---|
AbstractRegister() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Provide name of the REST API extension.
|
void |
registerEndPoints(RestApiContext context) |
void |
registerSchemas(RestApiContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterpublic void registerEndPoints(RestApiContext context)
registerEndPoints in interface RestApiExtensionpublic void registerSchemas(RestApiContext context)
registerSchemas in interface RestApiExtensionpublic java.lang.String getName()
RestApiExtensiongetName in interface RestApiExtension