public interface MetaMapperFactory<T>
Modifier and Type | Method and Description |
---|---|
MetaMapper<T> |
newInstance()
Create a MetaMapper instance
|
MetaMapper<T> |
newInstance(String... args)
Create a MetaMapper instance using the specified String[]
|
MetaMapper<T> newInstance()
MetaMapper<T> newInstance(String... args)
args
- - String[] for use by the factoryIllegalArgumentException
- if the args is invalidCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.