Uses of Class
gen.org.tkit.onecx.quarkus.validator.example.model.ProblemDetailParamDTO
Packages that use ProblemDetailParamDTO
Package
Description
-
Uses of ProblemDetailParamDTO in gen.org.tkit.onecx.quarkus.validator.example.model
Methods in gen.org.tkit.onecx.quarkus.validator.example.model that return ProblemDetailParamDTOModifier and TypeMethodDescriptionMethods in gen.org.tkit.onecx.quarkus.validator.example.model that return types with arguments of type ProblemDetailParamDTOModifier and TypeMethodDescription@Valid List<@Valid ProblemDetailParamDTO>ProblemDetailResponseDTO.getParams()Methods in gen.org.tkit.onecx.quarkus.validator.example.model with parameters of type ProblemDetailParamDTOModifier and TypeMethodDescriptionProblemDetailResponseDTO.addParamsItem(ProblemDetailParamDTO paramsItem) ProblemDetailResponseDTO.removeParamsItem(ProblemDetailParamDTO paramsItem) Method parameters in gen.org.tkit.onecx.quarkus.validator.example.model with type arguments of type ProblemDetailParamDTOModifier and TypeMethodDescriptionProblemDetailResponseDTO.params(List<@Valid ProblemDetailParamDTO> params) voidProblemDetailResponseDTO.setParams(List<@Valid ProblemDetailParamDTO> params) -
Uses of ProblemDetailParamDTO in org.tkit.onecx.quarkus.it.validator
Methods in org.tkit.onecx.quarkus.it.validator that return types with arguments of type ProblemDetailParamDTO