Uses of Class
net.officefloor.spring.starter.rest.OfficeFloorRestSpringBootStarter
Packages that use OfficeFloorRestSpringBootStarter
-
Uses of OfficeFloorRestSpringBootStarter in net.officefloor.spring.starter.rest
Methods in net.officefloor.spring.starter.rest that return OfficeFloorRestSpringBootStarterModifier and TypeMethodDescriptionOfficeFloorRestAutoConfiguration.getOfficeFloorRestSpringBootStarter(OfficeFloorRestProperties properties, org.springframework.context.ConfigurableApplicationContext applicationContext, com.fasterxml.jackson.databind.ObjectMapper mapper) Provides theOfficeFloorRestSpringBootStarterbean.Methods in net.officefloor.spring.starter.rest with parameters of type OfficeFloorRestSpringBootStarterModifier and TypeMethodDescriptionorg.springdoc.core.customizers.OpenApiCustomizerOfficeFloorOpenApiConfiguration.OptionalOpenApiConfiguration.officeFloorOpenApiCustomizer(OfficeFloorRestSpringBootStarter starter) Creates theOpenApiCustomizerfor OfficeFloor.OfficeFloorRestAutoConfiguration.officeFloorWebMvcConfigurer(OfficeFloorRestSpringBootStarter starter, 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) Provides theOfficeFloorWebMvcConfigurerbean.Constructors in net.officefloor.spring.starter.rest with parameters of type OfficeFloorRestSpringBootStarterModifierConstructorDescriptionOfficeFloorWebMvcConfigurer(OfficeFloorRestSpringBootStarter starter, 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.