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(org.springframework.http.HttpStatus status) Problem.withDetail(@Nullable String detail) Create a newProblemby copying its attributes and replacing the detail.Problem.withInstance(@Nullable URI instance) Create a newProblemby copying its attributes and replacing the instance.Problem.withStatus(@Nullable org.springframework.http.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.