public interface PageEntryTransformer<T,E>
Object transformer.
| Modifier and Type | Method and Description |
|---|---|
T |
transform(E source)
Transforms one object (the entity) into another object (the DTO).
|
Copyright © 2016 bremersee.org. All rights reserved.