Class PathValueOperation

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.JsonSerializable

        com.fasterxml.jackson.databind.JsonSerializable.Base
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.fasterxml.jackson.databind.JsonNode value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PathValueOperation​(java.lang.String op, java.lang.String path, com.fasterxml.jackson.databind.JsonNode value)
      Protected constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode getValue()  
      void serialize​(com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)  
      void serializeWithType​(com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        protected final com.fasterxml.jackson.databind.JsonNode value
    • Constructor Detail

      • PathValueOperation

        protected PathValueOperation​(java.lang.String op,
                                     java.lang.String path,
                                     com.fasterxml.jackson.databind.JsonNode value)
        Protected constructor
        Parameters:
        op - operation name
        path - affected path
        value - JSON value
    • Method Detail

      • serialize

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

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

        public final com.fasterxml.jackson.databind.JsonNode getValue()