|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
P - generic type for the source typeR - generic type for the target type.public interface ClassMappingFactory<P,R>
A structure of a factory that creates classes of the target type R for a certain source class of type P. Most factories uses the NameMapper facility to configure the type of objects that should be returned.
| Method Summary | |
|---|---|
R |
create(P source)
Create an instance of the target type based on the source type. |
| Method Detail |
|---|
R create(P source)
source - source type to be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||