com.univocity.api
Interface CommonFactoryProvider


public interface CommonFactoryProvider

The CommonFactoryProvider is used to obtain actual implementations of interfaces and configured objects from an implementation .jar. It is used internally by the Builder class.

Author:
uniVocity Software Pty Ltd - dev@univocity.com

Method Summary
<T> T
build(Class<T> builderType, Object... args)
          Returns an object implementation provided by uniVocity.
 

Method Detail

build

<T> T build(Class<T> builderType,
            Object... args)
Returns an object implementation provided by uniVocity. This is for internal use only.

Type Parameters:
T - the type of builder to instantiate.
Parameters:
builderType - the interface of a builder entry point
args - any arguments required to initialize the builder.
Returns:
a concrete implementation of the given type.


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.