Interface ProblemRuntimeConfig
-
@ConfigMapping(prefix="quarkus.resteasy.problem") @ConfigRoot(phase=RUN_TIME) public interface ProblemRuntimeConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProblemRuntimeConfig.ConstraintViolationMapperConfig
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProblemRuntimeConfig.ConstraintViolationMapperConfigconstraintViolation()Config for ConstraintViolationException mapper
-
-
-
Method Detail
-
constraintViolation
@WithName("constraint-violation") ProblemRuntimeConfig.ConstraintViolationMapperConfig constraintViolation()Config for ConstraintViolationException mapper
-
-