Uses of Interface
net.officefloor.web.rest.build.RestEndpoint
Packages that use RestEndpoint
-
Uses of RestEndpoint in net.officefloor.spring.starter.rest
Constructors in net.officefloor.spring.starter.rest with parameters of type RestEndpointModifierConstructorDescriptionOfficeFloorRestEndpoint(RestEndpoint endpoint, MomentoKey<org.springframework.web.cors.CorsConfiguration> corsMomento) Instantiate. -
Uses of RestEndpoint in net.officefloor.web.rest.build
Classes in net.officefloor.web.rest.build that implement RestEndpointMethods in net.officefloor.web.rest.build that return RestEndpointModifier and TypeMethodDescriptionRestArchitect.addRestService(boolean isSecure, HttpMethod method, String restPath, String compositionLocation, PropertyList properties, RestConfiguration endpointConfiguration) Adds servicing of aRestMethod.RestEmployer.RestArchitectImpl.addRestService(boolean isSecure, HttpMethod method, String restPath, String compositionLocation, PropertyList properties, RestConfiguration endpointConfiguration) RestPathContextImpl.buildRestEndpoint(WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext sourceContext) Methods in net.officefloor.web.rest.build that return types with arguments of type RestEndpointModifier and TypeMethodDescriptionRestArchitect.addRestServices(boolean isSecure, String resourceDirectory, PropertyList properties) Adds all REST services.RestEmployer.RestArchitectImpl.addRestServices(boolean isSecure, String resourceDirectory, PropertyList properties) Method parameters in net.officefloor.web.rest.build with type arguments of type RestEndpointModifier and TypeMethodDescriptionvoidRestPathContextImpl.loadRestEndpoints(Map<String, RestEndpoint> endpoints, WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext sourceContext)