public class CustomBaseToDerivedFunction extends Object implements Function<CustomBaseObject,CustomDerivedObject>
| Constructor and Description |
|---|
CustomBaseToDerivedFunction() |
| Modifier and Type | Method and Description |
|---|---|
CustomDerivedObject |
process(CustomBaseObject input,
Context context) |
public CustomDerivedObject process(CustomBaseObject input, Context context)
process in interface Function<CustomBaseObject,CustomDerivedObject>Copyright © 2017–2022 Apache Software Foundation. All rights reserved.