Uses of Class
com.networknt.status.Status
-
Packages that use Status Package Description com.networknt.exception com.networknt.status -
-
Uses of Status in com.networknt.exception
Methods in com.networknt.exception that return Status Modifier and Type Method Description StatusApiException. getStatus()static StatusClientException. getStatus()StatusFrameworkException. getStatus()Methods in com.networknt.exception with parameters of type Status Modifier and Type Method Description static voidClientException. setStatus(Status status)Constructors in com.networknt.exception with parameters of type Status Constructor Description ApiException(Status status)ApiException(Status status, Throwable cause)ClientException(Status status)FrameworkException(Status status)FrameworkException(Status status, Throwable cause) -
Uses of Status in com.networknt.status
Methods in com.networknt.status that return Status Modifier and Type Method Description StatusStatusWrapper. wrap(Status status, Object exchange)Encapsulate the default status of the framework as a custom status.Methods in com.networknt.status with parameters of type Status Modifier and Type Method Description StringStatusSerializer. serializeStatus(Status status)Serialize the status and provide a custom format in the iomplementing classStatusStatusWrapper. wrap(Status status, Object exchange)Encapsulate the default status of the framework as a custom status.
-