- get() - Method in interface yakworks.api.Result
-
get the value of the payload, keeps api similiar to Optional.
- getCode() - Method in interface yakworks.api.ApiStatus
-
Get the associated status code.
- getCode() - Method in enum yakworks.api.HttpStatus
-
- getCode() - Method in interface yakworks.problem.data.ProblemType
-
the code
- getCode() - Method in interface yakworks.problem.Violation
-
- getDefaultCode() - Method in interface yakworks.api.Result
-
- getDetail() - Method in interface yakworks.problem.IProblem
-
A human readable explanation specific to this occurrence of the problem.
- getEnum(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning null if not found.
- getEnum(Class<E>, String, E) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning defaultEnum if not found.
- getEnumIgnoreCase(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning null if not found.
- getEnumIgnoreCase(Class<E>, String, E) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning defaultEnum if not found.
- getEnumList(Class<E>) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the List of enums.
- getEnumMap(Class<E>) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the Map of enums by name.
- getField() - Method in interface yakworks.problem.Violation
-
- getInstanceURI() - Method in interface yakworks.problem.IProblem
-
An absolute URI that identifies the specific occurrence of the problem.
- getMessage() - Method in exception yakworks.problem.exception.NestedProblemException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessage() - Method in interface yakworks.problem.Violation
-
- getMostSpecificCause() - Method in exception yakworks.problem.exception.NestedProblemException
-
Retrieve the most specific cause of this exception, that is,
either the innermost cause (root cause) or this exception itself.
- getMsg() - Method in interface yakworks.problem.IProblem
-
- getMsg() - Method in interface yakworks.problem.Violation
-
- getOk() - Method in interface yakworks.api.Result
-
success or fail? if ok is true then it still may mean that there are warnings and needs to be looked into
- getOk() - Method in interface yakworks.problem.IProblem
-
- getPayload() - Method in interface yakworks.api.Result
-
the response object value or result of the method/function or process
Implementations might choose to ignore this in favor of concrete, typed fields.
- getReason() - Method in interface yakworks.api.ApiStatus
-
Get the reason phrase.
- getReason() - Method in enum yakworks.api.HttpStatus
-
- getRootCause(Throwable) - Static method in class yakworks.problem.exception.NestedExceptionUtils
-
Retrieve the innermost cause of the given exception
Returns the original passed in exception if there is no root cause
so this alway returns something.
- getRootCause() - Method in exception yakworks.problem.exception.NestedProblemException
-
Retrieve the innermost cause of this exception, if any.
- getStatus() - Method in interface yakworks.api.Result
-
status code, normally an HttpStatus.value()
- getTitle() - Method in interface yakworks.api.Result
-
A short, human-readable summary of the result type.
- getType() - Method in interface yakworks.problem.IProblem
-
An absolute URI that identifies the problem type.
- getValue() - Method in interface yakworks.api.Result
-
alias to payload
- getViolations() - Method in interface yakworks.problem.IProblem
-
The list of constraint violations or any others