Uses of Class
com.regnosys.rosetta.common.translation.Path
Packages that use Path
Package
Description
-
Uses of Path in com.regnosys.rosetta.common.hashing
Fields in com.regnosys.rosetta.common.hashing declared as PathMethods in com.regnosys.rosetta.common.hashing that return types with arguments of type PathMethods in com.regnosys.rosetta.common.hashing with parameters of type Path -
Uses of Path in com.regnosys.rosetta.common.translation
Methods in com.regnosys.rosetta.common.translation that return PathModifier and TypeMethodDescriptionPath.addElement(Path.PathElement element) Path.addElement(String name) Path.addElement(String name, Integer index) Path.getParent()Mapping.getRosettaPath()Mapping.getXmlPath()static Pathstatic PathPath.prefixWithWildcard()static Pathstatic PathMethods in com.regnosys.rosetta.common.translation that return types with arguments of type PathModifier and TypeMethodDescriptionMappingDelegate.getSynonymPaths()MappingProcessor.getSynonymPaths()Methods in com.regnosys.rosetta.common.translation with parameters of type PathModifier and TypeMethodDescriptionbooleanMappingProcessorUtils.filterListMappings(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.filterMappings(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.filterMappings(List<Mapping> mappings, Path synonymPath, Path startsWithModelPath) booleanPath.fullStartMatches(Path other) return true if the all the elements of this path are the start of the other path matching on the name and indexbooleanPath.fullStartMatches(Path other, boolean allowWildcard) MappingProcessorUtils.getEmptyMappings(List<Mapping> mappings, Path synonymPath) MappingProcessorUtils.getNonNullMappedValue(Path synonymPath, List<Mapping> mappings) MappingProcessorUtils.getNonNullMappedValue(List<Mapping> mappings, Path startsWith, String... endsWith) 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) MappingProcessor.getValueAndUpdateMappings(Path synonymPath) 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) voidMappingDelegate.map(Path synonymPath, List<? extends com.rosetta.model.lib.RosettaModelObjectBuilder> builder, com.rosetta.model.lib.RosettaModelObjectBuilder parent) voidMappingDelegate.map(Path synonymPath, Optional<com.rosetta.model.lib.RosettaModelObjectBuilder> builder, com.rosetta.model.lib.RosettaModelObjectBuilder parent) voidMappingProcessor.map(Path synonymPath, com.rosetta.model.lib.RosettaModelObjectBuilder builder, com.rosetta.model.lib.RosettaModelObjectBuilder parent) voidMappingProcessor.map(Path synonymPath, List<? extends com.rosetta.model.lib.RosettaModelObjectBuilder> builder, com.rosetta.model.lib.RosettaModelObjectBuilder parent) voidMappingProcessor.map(Path synonymPath, Optional<com.rosetta.model.lib.RosettaModelObjectBuilder> builder, com.rosetta.model.lib.RosettaModelObjectBuilder parent) <T> voidMappingDelegate.mapBasic(Path synonymPath, Collection<? extends T> instance, com.rosetta.model.lib.RosettaModelObjectBuilder parent) <T> voidMappingDelegate.mapBasic(Path synonymPath, Optional<T> instance, com.rosetta.model.lib.RosettaModelObjectBuilder parent) <T> voidMappingProcessor.mapBasic(Path synonymPath, Collection<? extends T> instance, com.rosetta.model.lib.RosettaModelObjectBuilder parent) <T> voidMappingProcessor.mapBasic(Path synonymPath, Optional<T> instance, com.rosetta.model.lib.RosettaModelObjectBuilder parent) <T> voidMappingProcessor.mapBasic(Path synonymPath, T instance, com.rosetta.model.lib.RosettaModelObjectBuilder parent) booleanPath.nameIndexMatches(Path other) booleanPath.nameStartMatches(Path other) return true if the all the elements of this path are the start of the other path matching only on the namebooleanPath.nameStartMatches(Path other, boolean allowWildcard) return true if the all the elements of this path are the start of the other path matching only on the namevoidMapping.setRosettaPath(Path rosettaPath) static voidMappingProcessorUtils.setValueAndOptionallyUpdateMappings(Path synonymPath, Function<String, Boolean> func, List<Mapping> mappings, com.rosetta.model.lib.path.RosettaPath rosettaPath) protected voidMappingProcessor.setValueAndUpdateMappings(Path synonymPath, Consumer<String> setter) 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) static voidMappingProcessorUtils.updateMappingSuccess(Mapping mapping, Path rosettaPath) Constructors in com.regnosys.rosetta.common.translation with parameters of type PathModifierConstructorDescriptionMapping(Path xmlPath, Object xmlValue, Path rosettaPath, Object rosettaValue, String error, boolean allowsMultiple, boolean condition, boolean duplicate) Constructor parameters in com.regnosys.rosetta.common.translation with type arguments of type PathModifierConstructorDescriptionMappingProcessor(com.rosetta.model.lib.path.RosettaPath modelPath, List<Path> synonymPaths, MappingContext context) -
Uses of Path in com.regnosys.rosetta.common.translation.flat
Fields in com.regnosys.rosetta.common.translation.flat declared as PathMethods in com.regnosys.rosetta.common.translation.flat that return PathMethods in com.regnosys.rosetta.common.translation.flat with parameters of type PathModifier and TypeMethodDescriptionvoidFlatFileMappingProcessor.map(Path synonymPath, List<? extends com.rosetta.model.lib.RosettaModelObjectBuilder> builder, com.rosetta.model.lib.RosettaModelObjectBuilder parent) voidFlatFileMappingProcessor.map(Path synonymPath, Optional<com.rosetta.model.lib.RosettaModelObjectBuilder> builder, com.rosetta.model.lib.RosettaModelObjectBuilder parent) <T> voidFlatFileMappingProcessor.mapBasic(Path synonymPath, Optional<T> instance, com.rosetta.model.lib.RosettaModelObjectBuilder parent) Constructors in com.regnosys.rosetta.common.translation.flat with parameters of type PathModifierConstructorDescriptionConstructor parameters in com.regnosys.rosetta.common.translation.flat with type arguments of type PathModifierConstructorDescriptionFlatFileMappingProcessor(com.rosetta.model.lib.path.RosettaPath modelPath, List<Path> synonymPaths, MappingContext context) -
Uses of Path in com.regnosys.rosetta.common.util
Methods in com.regnosys.rosetta.common.util that return PathModifier and TypeMethodDescriptionstatic PathPathUtils.toPath(com.rosetta.model.lib.path.RosettaPath rosettaPath) Methods in com.regnosys.rosetta.common.util that return types with arguments of type PathModifier and TypeMethodDescriptionPathUtils.filterSubPaths(Collection<Path> paths) Filter sub-paths (e.g.PathUtils.getExcludedPaths(String excludedPathsFile) Parse contents of excluded paths file into list of path objects.Methods in com.regnosys.rosetta.common.util with parameters of type PathModifier and TypeMethodDescriptionstatic com.rosetta.model.lib.path.RosettaPathPathUtils.toRosettaPath(Path path) Method parameters in com.regnosys.rosetta.common.util with type arguments of type PathModifier and TypeMethodDescriptionPathUtils.filterSubPaths(Collection<Path> paths) Filter sub-paths (e.g.