Uses of Class
com.regnosys.rosetta.common.translation.Mapping
Packages that use Mapping
-
Uses of Mapping in com.regnosys.rosetta.common.translation
Methods in com.regnosys.rosetta.common.translation that return types with arguments of type MappingModifier and TypeMethodDescriptionMappingProcessorUtils.filterListMappings(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.filterMappings(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.filterMappings(List<Mapping> mappings, Path synonymPath, Path startsWithModelPath) MappingProcessorUtils.filterMappings(List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) MappingProcessorUtils.getEmptyMappings(List<Mapping> mappings, Path synonymPath) MappingContext.getMappings()MappingProcessor.getMappings()MappingProcessorUtils.getNonNullMapping(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.getNonNullMapping(List<Mapping> mappings, Path startsWith, String... endsWith) MappingProcessorUtils.getNonNullMapping(List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath modelPathStartsWith, Path synonymPathStartsWith, String... synonymPathEndsWith) MappingProcessorUtils.getNonNullMappingForModelPath(List<Mapping> mappings, Path modelPath) Methods in com.regnosys.rosetta.common.translation with parameters of type MappingModifier and TypeMethodDescriptionstatic voidMappingProcessorUtils.updateMappingFail(Mapping mapping, String error) static voidMappingProcessorUtils.updateMappingSuccess(Mapping mapping, Path rosettaPath) static voidMappingProcessorUtils.updateMappingSuccess(Mapping mapping, com.rosetta.model.lib.path.RosettaPath rosettaPath) Method parameters in com.regnosys.rosetta.common.translation with type arguments of type MappingModifier and TypeMethodDescriptionMappingProcessorUtils.filterListMappings(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.filterMappings(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.filterMappings(List<Mapping> mappings, Path synonymPath, Path startsWithModelPath) MappingProcessorUtils.filterMappings(List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) MappingProcessorUtils.getEmptyMappings(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.getNonNullMappedValue(Path synonymPath, List<Mapping> mappings) MappingProcessorUtils.getNonNullMappedValue(List<Mapping> filteredMappings) After filtering mappings (either by synonym or cdm path), there are sometimes multiple mapping objects but there should be only one non-null value.MappingProcessorUtils.getNonNullMappedValue(List<Mapping> mappings, Path startsWith, String... endsWith) MappingProcessorUtils.getNonNullMappedValueList(List<Mapping> filteredMappings) MappingProcessorUtils.getNonNullMapping(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.getNonNullMapping(List<Mapping> mappings, Path startsWith, String... endsWith) MappingProcessorUtils.getNonNullMapping(List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath modelPathStartsWith, Path synonymPathStartsWith, String... synonymPathEndsWith) MappingProcessorUtils.getNonNullMappingForModelPath(List<Mapping> mappings, Path modelPath) MappingProcessorUtils.getValueAndUpdateMappings(Path synonymPath, List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) MappingProcessorUtils.getValueListAndUpdateMappings(Path synonymPath, List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) static voidMappingProcessorUtils.setValueAndOptionallyUpdateMappings(Path synonymPath, Function<String, Boolean> func, List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) static voidMappingProcessorUtils.setValueAndUpdateMappings(Path synonymPath, Consumer<String> setter, List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) static voidMappingProcessorUtils.setValueListAndUpdateMappings(Path synonymPath, Consumer<String> setter, List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) static voidMappingProcessorUtils.updateMappings(Path synonymPath, List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) Constructor parameters in com.regnosys.rosetta.common.translation with type arguments of type MappingModifierConstructorDescriptionMappingContext(List<Mapping> mappings, Map<Object, Object> mappingParams, Map<Class<?>, Map<String, Enum<?>>> synonymToEnumMap) MappingContext(List<Mapping> mappings, Map<Object, Object> mappingParams, Map<Class<?>, Map<String, Enum<?>>> synonymToEnumMap, ExecutorService executor)