Class DynamicField.Helpers
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.fields.DynamicField.Helpers
-
- Enclosing interface:
- DynamicField<F extends DynamicField<F>>
public static final class DynamicField.Helpers extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
applyNameToChildren(DynamicField<?> self)
Helper method for applying the name of the dynamic field to each of it's children.
-
-
-
Method Detail
-
applyNameToChildren
public static void applyNameToChildren(DynamicField<?> self)
Helper method for applying the name of the dynamic field to each of it's children.- Parameters:
self
- the dynamic field
-
-