Interface RuleMapperContext<T,TC extends Collection<T>,K,ID,EID,R,RRC>

All Superinterfaces:
RuleContext<T,TC,K,ID,R,RRC>
All Known Implementing Classes:
RuleMapperContext.OneToManyContext, RuleMapperContext.OneToOneContext

public sealed interface RuleMapperContext<T,TC extends Collection<T>,K,ID,EID,R,RRC> extends RuleContext<T,TC,K,ID,R,RRC> permits RuleMapperContext.OneToOneContext<T,TC,K,ID,R>, RuleMapperContext.OneToManyContext<T,TC,K,ID,EID,R,RC>