Interface AbstractNodePropertyManager.DescriptionModifier
- Enclosing class:
- AbstractNodePropertyManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Subclasses can add modifications to property descriptions through the property manager.
Currently only used to display overridden properties
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureDescription
(Property<?> p, NodeDescription.NodeDescriptionBuilder builder)
-
Method Details
-
configureDescription
-