Uses of Interface
net.officefloor.web.rest.build.RestMethod
Packages that use RestMethod
-
Uses of RestMethod in net.officefloor.spring.starter.rest
Constructors in net.officefloor.spring.starter.rest with parameters of type RestMethod -
Uses of RestMethod in net.officefloor.web.rest.build
Classes in net.officefloor.web.rest.build that implement RestMethodMethods in net.officefloor.web.rest.build that return RestMethodModifier and TypeMethodDescriptionRestMethodContextImpl.buildRestMethod(WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext sourceContext) Builds theRestMethod.Methods in net.officefloor.web.rest.build that return types with arguments of type RestMethodModifier and TypeMethodDescriptionRestEndpoint.getRestMethods()Obtains theRestMethodinstances supported by thisRestEndpoint.RestEndpointImpl.getRestMethods()Constructor parameters in net.officefloor.web.rest.build with type arguments of type RestMethodModifierConstructorDescriptionRestEndpointImpl(String path, List<RestMethod> restMethods) Instantiate theRestEndpoint.