Class ObjectMergePatch

    • Method Detail

      • apply

        public com.fasterxml.jackson.databind.JsonNode apply​(com.fasterxml.jackson.databind.JsonNode input)
                                                      throws JsonPatchException
        Description copied from class: JsonMergePatch
        Apply the patch to a given JSON value
        Specified by:
        apply in class JsonMergePatch
        Parameters:
        input - the value to patch
        Returns:
        the patched value
        Throws:
        JsonPatchException - never thrown; only for consistency with JsonPatch
      • serialize

        public void serialize​(com.fasterxml.jackson.core.JsonGenerator jgen,
                              com.fasterxml.jackson.databind.SerializerProvider provider)
                       throws IOException,
                              com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException
      • serializeWithType

        public void serializeWithType​(com.fasterxml.jackson.core.JsonGenerator jgen,
                                      com.fasterxml.jackson.databind.SerializerProvider provider,
                                      com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
                               throws IOException,
                                      com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException