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 |
|
build(Class<T> builderType,
Object... args)
Returns an object implementation provided by uniVocity. |
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 pointargs - any arguments required to initialize the builder.
- Returns:
- a concrete implementation of the given type.
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.