Class TransformerArgument
java.lang.Object
org.hansken.plugin.extraction.api.TransformerArgument
An argument or return value that can be passed to or returned from a Transformer.
- Author:
- Netherlands Forensic Institute
-
Constructor Summary
ConstructorsConstructorDescriptionTransformerArgument
(Object argument) Takes an Object and validates if it is of an acceptable transformer argument or return type. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the Transformer argument as an Object.
-
Constructor Details
-
TransformerArgument
Takes an Object and validates if it is of an acceptable transformer argument or return type.- Parameters:
argument
- The object that is to be passed to or returned from a transformer.
-
-
Method Details
-
getArgument
Retrieves the Transformer argument as an Object.- Returns:
- The Transformer argument as an Object.
-