Uses of Class
org.springframework.hateoas.mediatype.problem.Problem
Packages that use Problem
Package
Description
Value objects to build Problem representations.
-
Uses of Problem in org.springframework.hateoas.mediatype.problem
Subclasses of Problem in org.springframework.hateoas.mediatype.problemMethods in org.springframework.hateoas.mediatype.problem that return ProblemModifier and TypeMethodDescriptionstatic ProblemProblem.create()Returns an emptyProbleminstance.static ProblemProblem.statusOnly(HttpStatus status) Problem.withDetail(String detail) Create a newProblemby copying its attributes and replacing the detail.Problem.withInstance(URI instance) Create a newProblemby copying its attributes and replacing the instance.Problem.withStatus(HttpStatus status) Create a newProblemby copying its attributes and replacing the status.Create a newProblemby copying its attributes and replacing the title.Create a newProblemby copying its attributes and replacing the type.