Class ArrayTypeProcessor

    • Constructor Detail

      • ArrayTypeProcessor

        public ArrayTypeProcessor()
    • Method Detail

      • processObject

        public jakarta.json.JsonValue processObject​(Object object)
                                             throws jakarta.json.JsonException
        Description copied from interface: TypeProcessor
        Returns an Object which has been processed for serving by a Json REST resource. The object parameter must be the correct OpenType. Should return either an Object or a JsonObject.
        Specified by:
        processObject in interface TypeProcessor<ArrayType>
        Parameters:
        object - The object to process.
        Returns:
        The processed Object form of object.
        Throws:
        jakarta.json.JsonException