Class ActionReportJsonProprietaryReader

  • All Implemented Interfaces:
    ProprietaryReader<org.glassfish.api.ActionReport>

    public class ActionReportJsonProprietaryReader
    extends Object
    implements ProprietaryReader<org.glassfish.api.ActionReport>
    Reads ActionReport from JSON format.
    Author:
    mmares
    • Constructor Detail

      • ActionReportJsonProprietaryReader

        public ActionReportJsonProprietaryReader()
    • Method Detail

      • fillActionReport

        public static void fillActionReport​(org.glassfish.api.ActionReport ar,
                                            org.codehaus.jettison.json.JSONObject json)
                                     throws org.codehaus.jettison.json.JSONException
        Throws:
        org.codehaus.jettison.json.JSONException