Uses of Interface
com.rosetta.model.lib.mapper.Mapper
Packages that use Mapper
Package
Description
-
Uses of Mapper in com.rosetta.model.lib.expression
Classes in com.rosetta.model.lib.expression that implement MapperMethods in com.rosetta.model.lib.expression with type parameters of type MapperModifier and TypeMethodDescriptionstatic <T,A extends Mapper<T>>
ADeprecated.static <T,A extends Mapper<T>>
ADeprecated.DoIf implementation for Mappersstatic <T,A extends Mapper<T>>
Astatic <T,A extends Mapper<T>>
ADoIf implementation for MappersMethods in com.rosetta.model.lib.expression with parameters of type MapperModifier and TypeMethodDescriptionstatic <R,A, B> MapperS <R> static <T,U> ComparisonResult ExpressionOperators.areEqual(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) Deprecated.static <T,U> ComparisonResult ExpressionOperatorsNullSafe.areEqual(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) static <T> ComparisonResultExpressionOperators.choice(Mapper<T> mapper, List<String> choiceFieldNames, ChoiceRuleValidationMethod necessity) Deprecated.static <T> ComparisonResultExpressionOperators.choice(Mapper<T> mapper, List<String> choiceFieldNames, ValidationResult.ChoiceRuleValidationMethod necessity) Deprecated.static <T> ComparisonResultExpressionOperatorsNullSafe.choice(Mapper<T> mapper, List<String> choiceFieldNames, ChoiceRuleValidationMethod necessity) static <T> ComparisonResultExpressionOperatorsNullSafe.choice(Mapper<T> mapper, List<String> choiceFieldNames, ValidationResult.ChoiceRuleValidationMethod necessity) Deprecated.static <T> ComparisonResultDeprecated.static <T> ComparisonResultstatic <T> ComparisonResultDeprecated.static <T> ComparisonResultstatic <T> MapperC<T> Deprecated.static <T> MapperC<T> static <R,A, B> MapperS <R> static <T,A extends Mapper<T>>
ADeprecated.static <T,A extends Mapper<T>>
ADeprecated.DoIf implementation for Mappersstatic <T,A extends Mapper<T>>
Astatic <T,A extends Mapper<T>>
ADoIf implementation for Mappersstatic <T> ComparisonResultDeprecated.static <T> ComparisonResultstatic <T extends Comparable<? super T>,U extends Comparable<? super U>>
ComparisonResultExpressionOperators.greaterThan(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) Deprecated.static <T extends Comparable<? super T>,U extends Comparable<? super U>>
ComparisonResultExpressionOperatorsNullSafe.greaterThan(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) static <T extends Comparable<? super T>,U extends Comparable<? super U>>
ComparisonResultExpressionOperators.greaterThanEquals(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) Deprecated.static <T extends Comparable<? super T>,U extends Comparable<? super U>>
ComparisonResultExpressionOperatorsNullSafe.greaterThanEquals(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) static <T extends Comparable<? super T>,U extends Comparable<? super U>>
ComparisonResultExpressionOperators.lessThan(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) Deprecated.static <T extends Comparable<? super T>,U extends Comparable<? super U>>
ComparisonResultExpressionOperatorsNullSafe.lessThan(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) static <T extends Comparable<? super T>,U extends Comparable<? super U>>
ComparisonResultExpressionOperators.lessThanEquals(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) Deprecated.static <T extends Comparable<? super T>,U extends Comparable<? super U>>
ComparisonResultExpressionOperatorsNullSafe.lessThanEquals(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) static <T> ComparisonResultExpressionOperators.multipleExists(Mapper<T> o) Deprecated.static <T> ComparisonResultExpressionOperatorsNullSafe.multipleExists(Mapper<T> o) static <R,A, B> MapperS <R> static <T,U> ComparisonResult ExpressionOperators.notEqual(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) Deprecated.static <T,U> ComparisonResult ExpressionOperatorsNullSafe.notEqual(Mapper<T> m1, Mapper<U> m2, CardinalityOperator o) static <T> ComparisonResultDeprecated.static <T> ComparisonResultstatic ComparisonResultDeprecated.static ComparisonResultComparisonResult.ofNullSafe(Mapper<Boolean> result) static <T> ComparisonResultExpressionOperators.onlyExists(Mapper<T> mapper, List<String> allFieldNames, List<String> requiredFields) Deprecated.static <T> ComparisonResultExpressionOperatorsNullSafe.onlyExists(Mapper<T> mapper, List<String> allFieldNames, List<String> requiredFields) static ComparisonResultDeprecated.static ComparisonResultExpressionOperators.resultDoIf(Mapper<Boolean> test, Supplier<Mapper<Boolean>> ifthen, Supplier<Mapper<Boolean>> elsethen) Deprecated.DoIf implementation for ComparisonResult.static ComparisonResultstatic ComparisonResultExpressionOperatorsNullSafe.resultDoIf(Mapper<Boolean> test, Supplier<Mapper<Boolean>> ifthen, Supplier<Mapper<Boolean>> elsethen) DoIf implementation for ComparisonResult.static <T> ComparisonResultExpressionOperators.singleExists(Mapper<T> o) Deprecated.static <T> ComparisonResultExpressionOperatorsNullSafe.singleExists(Mapper<T> o) static <R,A, B> MapperS <R> Method parameters in com.rosetta.model.lib.expression with type arguments of type MapperModifier and TypeMethodDescriptionstatic ComparisonResultExpressionOperators.onlyExists(List<? extends Mapper<?>> o) Deprecated.static ComparisonResultExpressionOperatorsNullSafe.onlyExists(List<? extends Mapper<?>> o) Deprecated.static ComparisonResultDeprecated.static ComparisonResultExpressionOperators.resultDoIf(Mapper<Boolean> test, Supplier<Mapper<Boolean>> ifthen, Supplier<Mapper<Boolean>> elsethen) Deprecated.DoIf implementation for ComparisonResult.static ComparisonResultstatic ComparisonResultExpressionOperatorsNullSafe.resultDoIf(Mapper<Boolean> test, Supplier<Mapper<Boolean>> ifthen, Supplier<Mapper<Boolean>> elsethen) DoIf implementation for ComparisonResult. -
Uses of Mapper in com.rosetta.model.lib.functions
Methods in com.rosetta.model.lib.functions that return MapperModifier and TypeMethodDescriptionCalculationFunction.apply(CalculationFunction.CalculationArgs args) Constructor parameters in com.rosetta.model.lib.functions with type arguments of type MapperModifierConstructorDescriptionCalculationFunction(Function<CalculationFunction.CalculationArgs, Mapper<? extends R>> function, CalculationFunction.CalculationArgFunctions<T> argFunctions) -
Uses of Mapper in com.rosetta.model.lib.mapper
Subinterfaces of Mapper in com.rosetta.model.lib.mapperClasses in com.rosetta.model.lib.mapper that implement MapperMethods in com.rosetta.model.lib.mapper that return MapperModifier and TypeMethodDescriptionstatic <T> Mapper<T> MapperUtils.fromBuiltInType(Supplier<Mapper<T>> supplier) Deprecated.static <T> Mapper<? extends T> MapperUtils.fromDataType(Supplier<Mapper<? extends T>> supplier) Deprecated.static <T> Mapper<T> Deprecated.Used when generating code for nested if statementsstatic <T> Mapper<? extends T> MapperUtils.runSinglePolymorphic(Supplier<Mapper<? extends T>> supplier) Deprecated.Methods in com.rosetta.model.lib.mapper with parameters of type MapperModifier and TypeMethodDescriptionstatic ComparisonResultMapperUtils.toComparisonResult(Mapper<Boolean> mapper) Deprecated.Method parameters in com.rosetta.model.lib.mapper with type arguments of type MapperModifier and TypeMethodDescriptionstatic <T> Mapper<T> MapperUtils.fromBuiltInType(Supplier<Mapper<T>> supplier) Deprecated.static <T> Mapper<? extends T> MapperUtils.fromDataType(Supplier<Mapper<? extends T>> supplier) Deprecated.static <T> MapperC<T> Deprecated.Used when generating code for nested if statementsstatic <T> MapperC<? extends T> MapperUtils.runMultiPolymorphic(Supplier<Mapper<? extends T>> supplier) Deprecated.static <T> Mapper<T> Deprecated.Used when generating code for nested if statementsstatic <T> Mapper<? extends T> MapperUtils.runSinglePolymorphic(Supplier<Mapper<? extends T>> supplier) Deprecated.