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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Object
getValue()
Get the actual value.int
hashCode()
String
toString()
-