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.
|
java.util.List<java.lang.String> |
getRequiredCoreExtensions()
List of core extensions on which this rest api depends on
|
void |
registerSchemas(RestApiContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
registerEndPoints
public void registerSchemas(RestApiContext context)
registerSchemas
in interface RestApiExtension
public java.lang.String getName()
RestApiExtension
getName
in interface RestApiExtension
public java.util.List<java.lang.String> getRequiredCoreExtensions()
RestApiExtension
getRequiredCoreExtensions
in interface RestApiExtension