Uses of Interface
com.rosetta.model.lib.mapper.MapperBuilder
Packages that use MapperBuilder
-
Uses of MapperBuilder in com.rosetta.model.lib.mapper
Classes in com.rosetta.model.lib.mapper that implement MapperBuilderMethods in com.rosetta.model.lib.mapper that return MapperBuilderModifier and TypeMethodDescriptiondefault <C> MapperBuilder<C> <F> MapperBuilder<F> MapperBuilder.map(NamedFunction<T, F> mappingFunc) Map a value with single cardinality<F> MapperBuilder<F> Helper function to map a value with single cardinality<F> MapperBuilder<F> MapperBuilder.mapC(NamedFunction<T, List<? extends F>> mappingFunc) Map a value with multiple cardinality<F> MapperBuilder<F> Helper function to map a value with multiple cardinalityMapperBuilder.unionDifferent(MapperBuilder<?> mapper) MapperBuilder.unionSame(MapperBuilder<T> other) Methods in com.rosetta.model.lib.mapper with parameters of type MapperBuilderModifier and TypeMethodDescriptionstatic <T> MapperC<T> MapperC.of(MapperBuilder<? extends T>... ts) MapperBuilder.unionDifferent(MapperBuilder<?> mapper) MapperC.unionDifferent(MapperBuilder<?> other) MapperS.unionDifferent(MapperBuilder<?> other) MapperBuilder.unionSame(MapperBuilder<T> other) MapperC.unionSame(MapperBuilder<T> other) MapperS.unionSame(MapperBuilder<T> other)