Class DynamicField.Helpers
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.fields.DynamicField.Helpers
- Enclosing interface:
- DynamicField<F extends DynamicField<F>>
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyNameToChildren
(DynamicField<?> self) Helper method for applying the name of the dynamic field to each of it's children.
-
Method Details
-
applyNameToChildren
Helper method for applying the name of the dynamic field to each of it's children.- Parameters:
self
- the dynamic field
-