Class PathUtil.PathResult
java.lang.Object
com.broadleafcommerce.translation.mapping.PathUtil.PathResult
- Enclosing class:
- PathUtil
The transformed path and final target object and field of the path. For example, a path like
options[0].label
in a translation API request would be transformed into
options[id=01ES1NBHETX0Y20AHH85961X77].label
.-
Constructor Summary
ConstructorsConstructorDescriptionPathResult
(String transformedPath, Object translatableFieldContainer, Field translatableField) -
Method Summary
-
Constructor Details
-
PathResult
-
-
Method Details
-
getTransformedPath
The transformed path that takes into account id based collection members, if applicable -
getTranslatableFieldContainer
The sub-object that owns the translatable field -
getTranslatableField
The field on the sub-object that contains the translatable String value -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-