Uses of Record Class
io.john.amiscaray.quak.http.request.RequestMapping
Packages that use RequestMapping
-
Uses of RequestMapping in io.john.amiscaray.quak.web.application
Methods in io.john.amiscaray.quak.web.application that return types with arguments of type RequestMappingModifier and TypeMethodDescriptionMap<RequestMapping, PathController<?, ?>> WebApplication.Configuration.pathControllers()Returns the value of thepathControllersrecord component.Method parameters in io.john.amiscaray.quak.web.application with type arguments of type RequestMappingModifier and TypeMethodDescriptionprotected voidWebApplication.addPathMappings(Map<RequestMapping, PathController<?, ?>> pathMappings) Constructor parameters in io.john.amiscaray.quak.web.application with type arguments of type RequestMappingModifierConstructorDescriptionConfiguration(Class<?> main, String[] args, Map<RequestMapping, PathController<?, ?>> pathControllers) Creates an instance of aConfigurationrecord class.