Uses of Class
de.trustable.ca3s.core.service.dto.acme.problem.ProblemDetail
-
Packages that use ProblemDetail Package Description de.trustable.ca3s.core.service.dto.acme.problem de.trustable.ca3s.core.web.rest.acme.advice -
-
Uses of ProblemDetail in de.trustable.ca3s.core.service.dto.acme.problem
Methods in de.trustable.ca3s.core.service.dto.acme.problem that return ProblemDetail Modifier and Type Method Description ProblemDetailAcmeProblemException. getProblem()Constructors in de.trustable.ca3s.core.service.dto.acme.problem with parameters of type ProblemDetail Constructor Description AcmeProblemException(ProblemDetail problem) -
Uses of ProblemDetail in de.trustable.ca3s.core.web.rest.acme.advice
Methods in de.trustable.ca3s.core.web.rest.acme.advice that return types with arguments of type ProblemDetail Modifier and Type Method Description org.springframework.http.ResponseEntity<ProblemDetail>AcmeProblemAdvice. respondTo(AcmeProblemException exception)
-