Class CheckResource

    • Constructor Detail

      • CheckResource

        public CheckResource​(org.restlet.Context context,
                             org.restlet.data.Request request,
                             org.restlet.data.Response response)
    • Method Detail

      • formatResponse

        public java.lang.String formatResponse​(boolean isError,
                                               java.lang.Object obj,
                                               org.restlet.data.MediaType mediaType)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getObjectMapper

        public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()