public abstract class DtoReferenceBinder<D extends IdDto,R extends DtoReference<D,R>> extends Object
| Constructor and Description |
|---|
DtoReferenceBinder(Class<D> dtoType,
Class<R> referenceType) |
| Modifier and Type | Method and Description |
|---|---|
Class<D> |
getDtoType() |
String |
getKey() |
Class<R> |
getReferenceType() |
abstract R |
toReference(ReferentialLocale referentialLocale,
D dto) |
Copyright © 2017–2018 IRD. All rights reserved.