public interface RestApiExtension
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 |
registerEndPoints(RestApiContext context) |
void |
registerSchemas(RestApiContext context) |
void registerEndPoints(RestApiContext context)
context
- void registerSchemas(RestApiContext context)
context
- java.lang.String getName()
java.util.List<java.lang.String> getRequiredCoreExtensions()