Uses of Class
io.quarkus.resteasy.runtime.NonJaxRsClassMappings
-
Packages that use NonJaxRsClassMappings Package Description io.quarkus.resteasy.runtime -
-
Uses of NonJaxRsClassMappings in io.quarkus.resteasy.runtime
Method parameters in io.quarkus.resteasy.runtime with type arguments of type NonJaxRsClassMappings Modifier and Type Method Description voidExceptionMapperRecorder. 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)
-