- Type Parameters:
T
- type of object to produce
- All Implemented Interfaces:
- Function<Object[],T>
public class PojoMapper<T>
extends Object
implements Function<Object[],T>
Simple mapper of Object[] to POJO class. This class relies on field order, so use with caution.
- Since:
- 4.2