Class ObjectMapperKeyValueProcessor
java.lang.Object
org.forgerock.openig.decoration.capture.ObjectMapperKeyValueProcessor
- All Implemented Interfaces:
KeyValueProcessor
Attempt to deserialize the Object into its String representation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.forgerock.openig.decoration.capture.KeyValueProcessor
KeyValueProcessor.Value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(String key, KeyValueProcessor.Value value) For a given key/value pair, return the processed value as an Optional.
-
Constructor Details
-
ObjectMapperKeyValueProcessor
public ObjectMapperKeyValueProcessor()
-
-
Method Details
-
process
Description copied from interface:KeyValueProcessorFor a given key/value pair, return the processed value as an Optional.- Specified by:
processin interfaceKeyValueProcessor- Parameters:
key- the keyvalue- theKeyValueProcessor.Valueto process- Returns:
- an Optional with the value after processing, which if empty, means there was no value as a result.
-