Class ProgressStatusEventJsonProprietaryReader

  • All Implemented Interfaces:
    ProprietaryReader<org.glassfish.api.admin.progress.ProgressStatusEvent>

    public class ProgressStatusEventJsonProprietaryReader
    extends Object
    implements ProprietaryReader<org.glassfish.api.admin.progress.ProgressStatusEvent>
    Author:
    mmares
    • Constructor Detail

      • ProgressStatusEventJsonProprietaryReader

        public ProgressStatusEventJsonProprietaryReader()
    • Method Detail

      • readProgressStatusEvent

        public static org.glassfish.api.admin.progress.ProgressStatusEvent readProgressStatusEvent​(com.fasterxml.jackson.core.JsonParser jp)
                                                                                            throws IOException
        Throws:
        IOException
      • readToPSEventSet

        public static void readToPSEventSet​(org.glassfish.api.admin.progress.ProgressStatusEventSet event,
                                            com.fasterxml.jackson.core.JsonParser jp)
                                     throws IOException
        Throws:
        IOException
      • readToPSEventProgress

        public static void readToPSEventProgress​(org.glassfish.api.admin.progress.ProgressStatusEventProgress event,
                                                 com.fasterxml.jackson.core.JsonParser jp)
                                          throws IOException
        Throws:
        IOException
      • readToPSEventComplete

        public static void readToPSEventComplete​(org.glassfish.api.admin.progress.ProgressStatusEventComplete event,
                                                 com.fasterxml.jackson.core.JsonParser jp)
                                          throws IOException
        Throws:
        IOException
      • readToPSEventCreateChild

        public static void readToPSEventCreateChild​(org.glassfish.api.admin.progress.ProgressStatusEventCreateChild event,
                                                    com.fasterxml.jackson.core.JsonParser jp)
                                             throws IOException
        Throws:
        IOException