Class ExpressionSerializer


  • public final class ExpressionSerializer
    extends java.lang.Object
    Serializes the JMESPath expression AST back to a JMESPath expression.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String serialize​(JmespathExpression expression)
      Serialize the given JMESPath expression to a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExpressionSerializer

        public ExpressionSerializer()
    • Method Detail

      • serialize

        public java.lang.String serialize​(JmespathExpression expression)
        Serialize the given JMESPath expression to a string.
        Parameters:
        expression - JMESPath expression to serialize.
        Returns:
        Returns the serialized expression.