Class StringParameterParser.DoubleQuotedStringValue

java.lang.Object
org.apache.logging.log4j.layout.template.json.util.StringParameterParser.DoubleQuotedStringValue
All Implemented Interfaces:
StringParameterParser.Value
Enclosing class:
StringParameterParser

public static final class StringParameterParser.DoubleQuotedStringValue extends Object implements StringParameterParser.Value
  • Field Details

    • doubleQuotedString

      private final String doubleQuotedString
  • Constructor Details

    • DoubleQuotedStringValue

      private DoubleQuotedStringValue(String doubleQuotedString)
  • Method Details

    • getDoubleQuotedString

      public String getDoubleQuotedString()
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object