Uses of Class
net.officefloor.spring.starter.rest.OfficeFloorRestEndpoint
Packages that use OfficeFloorRestEndpoint
-
Uses of OfficeFloorRestEndpoint in net.officefloor.spring.starter.rest
Methods in net.officefloor.spring.starter.rest that return types with arguments of type OfficeFloorRestEndpointModifier and TypeMethodDescriptionOfficeFloorRestSpringBootStarter.getRestEndpoints()Obtains theOfficeFloorRestEndpointinstances.Constructors in net.officefloor.spring.starter.rest with parameters of type OfficeFloorRestEndpointModifierConstructorDescriptionOfficeFloorHandlerInterceptor(HttpServletOfficeFloorBridge bridge, OfficeFloorRestEndpoint restEndpoint, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter> handlerAdapterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.DispatcherServlet> dispatcherServletProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.context.ApplicationContext> applicationContextProvider) Instantiate.Constructor parameters in net.officefloor.spring.starter.rest with type arguments of type OfficeFloorRestEndpointModifierConstructorDescriptionSpringBootOfficeFloorSource(com.fasterxml.jackson.databind.ObjectMapper objectMapper, List<OfficeFloorRestEndpoint> restEndpoints, org.springframework.context.ConfigurableApplicationContext applicationContext, io.swagger.v3.oas.models.OpenAPI openApi) SpringBootOfficeSource(com.fasterxml.jackson.databind.ObjectMapper objectMapper, List<OfficeFloorRestEndpoint> restEndpoints, org.springframework.context.ConfigurableApplicationContext applicationContext, io.swagger.v3.oas.models.OpenAPI openApi)