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