public class PatchMapperProducer
extends java.lang.Object
| Constructor and Description |
|---|
PatchMapperProducer() |
| Modifier and Type | Method and Description |
|---|---|
<T extends PatchMapper> |
createMapper(java.lang.Class<T> mapperClass,
java.lang.Object... constructorArguments)
Method creates wrapped instance for class/interface which
implements/extends PatchMapper interface
|
public <T extends PatchMapper> T createMapper(java.lang.Class<T> mapperClass, java.lang.Object... constructorArguments)
mapperClass - class/interface for which instance should be created;
should implements/extends PatchMapper interfaceconstructorArguments - <T> class constructor's argumentsCopyright © 2021. All Rights Reserved.