Uses of Class
io.quarkus.resteasy.runtime.NonJaxRsClassMappings
Packages that use NonJaxRsClassMappings
-
Uses of NonJaxRsClassMappings in io.quarkus.resteasy.runtime
Method parameters in io.quarkus.resteasy.runtime with type arguments of type NonJaxRsClassMappingsModifier and TypeMethodDescriptionvoidExceptionMapperRecorder.nonJaxRsClassNameToMethodPaths(Map<String, NonJaxRsClassMappings> nonJaxRsClassNameToMethodPaths) Uses to register the paths of classes that are not annotated with JAX-RS annotations (like Spring Controllers for example)static voidNotFoundExceptionMapper.nonJaxRsClassNameToMethodPaths(Map<String, NonJaxRsClassMappings> nonJaxRsPaths)