Uses of Class
com.broadleafcommerce.translation.mapping.PathUtil.PathResult
Packages that use PathUtil.PathResult
-
Uses of PathUtil.PathResult in com.broadleafcommerce.translation.mapping
Methods in com.broadleafcommerce.translation.mapping that return types with arguments of type PathUtil.PathResultModifier and TypeMethodDescriptionstatic Optional<PathUtil.PathResult>PathUtil.getValueForPath(Object projection, String field) Fetch aPathUtil.PathResultgiven a starting projection object and a possibly nested field path.Methods in com.broadleafcommerce.translation.mapping with parameters of type PathUtil.PathResultModifier and TypeMethodDescriptionprotected <P> voidDefaultTranslationHelper.setTranslatedValueInMap(P targetEntity, PathUtil.PathResult item, Object translatedValue) protected <P> voidTranslationPostMapperMember.setTranslatedValueInMap(P targetEntity, PathUtil.PathResult item, Object translatedValue) Deprecated, for removal: This API element is subject to removal in a future version.
TranslationHelperinstead.