Class MappingRelation


  • public class MappingRelation
    extends Relation
    Author:
    mederly
    • Constructor Detail

      • MappingRelation

        public MappingRelation​(@NotNull
                               @NotNull List<DataItem> sources,
                               @Nullable
                               @Nullable DataItem target,
                               @NotNull
                               @NotNull MappingType mapping)
    • Method Detail

      • getMapping

        @NotNull
        public @NotNull MappingType getMapping()