public class KittyMMEntry<M extends KittyModel,D extends KittyMapper>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) D |
mapper |
(package private) M |
model |
Constructor and Description |
---|
KittyMMEntry(M model,
D mapper) |
Modifier and Type | Method and Description |
---|---|
D |
getMapper() |
M |
getModelClass() |
final M extends KittyModel model
final D extends KittyMapper mapper