public class DefaultConstructorObjectFactory<T> extends Object implements ObjectFactory<T>
| Constructor and Description |
|---|
DefaultConstructorObjectFactory(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(Object source,
MappingContext mappingContext) |
String |
toString() |
public T create(Object source, MappingContext mappingContext)
create in interface ObjectFactory<T>Copyright © 2016 Glasnost. All rights reserved.