Uses of Class
de.hybris.platform.omsbackoffice.renderers.InvalidNestedAttributeException
-
Packages that use InvalidNestedAttributeException Package Description de.hybris.platform.omsbackoffice.renderers -
-
Uses of InvalidNestedAttributeException in de.hybris.platform.omsbackoffice.renderers
Methods in de.hybris.platform.omsbackoffice.renderers that throw InvalidNestedAttributeException Modifier and Type Method Description java.lang.Object
NestedAttributeUtils. getArrayItem(java.lang.Object object, java.lang.String propertyName)
Retreives a collection item at a specified index.java.lang.Object
NestedAttributeUtils. getNestedObject(java.lang.Object object, java.lang.String propertyName)
Retrieve the instance of an attribute of an object.
-