Package fr.ird.observe.spi.context
Class ReferentialReferenceContext<D extends ReferentialDto,R extends ReferentialDtoReference<D,R>>
- java.lang.Object
-
- fr.ird.observe.spi.context.ReferentialReferenceContext<D,R>
-
public class ReferentialReferenceContext<D extends ReferentialDto,R extends ReferentialDtoReference<D,R>> extends Object
Created by tchemit on 03/09/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<D>toDtoType()ReferentialDtoReferenceBinder<D,R>toReferenceBinder()DtoReferenceDefinition<D,R>toReferenceDefinition()Class<R>toReferenceType()
-
-
-
Method Detail
-
toReferenceBinder
public ReferentialDtoReferenceBinder<D,R> toReferenceBinder()
-
toReferenceDefinition
public DtoReferenceDefinition<D,R> toReferenceDefinition()
-
-