FROM - The input data type.TO - The output data type.@Internal public interface Extractor<FROM,TO> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
TO |
extract(FROM in)
Extracts/Converts the given input to an object of the output type.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.