Package net.officefloor.web.rest.build
Interface RestEndpoint
- All Known Implementing Classes:
RestEndpointImpl
public interface RestEndpoint
Configured REST endpoint.
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()Obtains the path for theRestEndpoint.Obtains theRestMethodinstances supported by thisRestEndpoint.
-
Method Details
-
getPath
String getPath()Obtains the path for theRestEndpoint.- Returns:
- Path for the
RestEndpoint.
-
getRestMethods
List<RestMethod> getRestMethods()Obtains theRestMethodinstances supported by thisRestEndpoint.- Returns:
RestMethodinstances supported by thisRestEndpoint.
-