Class KeyValueProcessor.Value

java.lang.Object
org.forgerock.openig.decoration.capture.KeyValueProcessor.Value
Enclosing interface:
KeyValueProcessor

public static class KeyValueProcessor.Value extends Object
Class representing a value to be processed.
  • Method Details

    • getValue

      public Object getValue()
      Get the actual value.
      Returns:
      the value
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object