Uses of Class
com.alon.spring.crud.api.exceptionhandler.ProblemType
-
Packages that use ProblemType Package Description com.alon.spring.crud.api.exceptionhandler -
-
Uses of ProblemType in com.alon.spring.crud.api.exceptionhandler
Methods in com.alon.spring.crud.api.exceptionhandler that return ProblemType Modifier and Type Method Description static ProblemTypeProblemType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProblemType[]ProblemType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-