T - The argument object type.public interface PojoTool<T>
| Modifier and Type | Method and Description |
|---|---|
Object |
run(BeanSession session,
Object input,
T args)
Converts the specified input to some other output.
|
Object run(BeanSession session, Object input, T args)
session - The current bean session.input - The input POJO.args - The arguments.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.