public interface EntityConverter<T>
| Modifier and Type | Method and Description |
|---|---|
EntityBuilder |
convert(T target,
EntityFactory factory)
|
EntityBuilder convert(T target, EntityFactory factory)
target - Object to convertfactory - EntityFactory to create the EntityBuilderEntityBuilder