Package fr.ird.observe.dto
Interface DtoToReference<D extends IdDto,R extends DtoReference<D,R>>
-
public interface DtoToReference<D extends IdDto,R extends DtoReference<D,R>>Place this contract on any IdDto which should be able to transform to a dto reference.- Since:
- 4
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtoReference(ReferentialLocale referentialLocale)
-
-
-
Method Detail
-
toReference
R toReference(ReferentialLocale referentialLocale)
-
-