Uses of Class
cdm.legaldocumentation.contract.processor.PartyMappingHelper
Packages that use PartyMappingHelper
-
Uses of PartyMappingHelper in cdm.legaldocumentation.contract.processor
Methods in cdm.legaldocumentation.contract.processor that return PartyMappingHelperModifier and TypeMethodDescriptionstatic PartyMappingHelperPartyMappingHelper.getInstanceOrThrow(com.regnosys.rosetta.common.translation.MappingContext mappingContext) Get an instance of this party mapping helper from the MappingContext params, or if not found throw exception.Methods in cdm.legaldocumentation.contract.processor that return types with arguments of type PartyMappingHelperModifier and TypeMethodDescriptionstatic Optional<PartyMappingHelper> PartyMappingHelper.getInstance(com.regnosys.rosetta.common.translation.MappingContext mappingContext) Get an instance of this party mapping helper from the MappingContext params.