Interface ObjectFactory<T>

Type Parameters:
T - the type created by this factory.
All Known Implementing Classes:
TupleFactory

public interface ObjectFactory<T>
An interface to create objects that are used by result processing.
Since:
2.0.0
Author:
Pinaki Poddar
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • newInstance

      T newInstance()