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:
    FillStrategy.Factory
    • Method Detail

      • newInstance

        T newInstance()