Interface LabelFactory<T extends Label>
- All Known Subinterfaces:
OptionFactory
A factory producing
Label
containers for given objects.- Since:
- 4.0.30
-
Method Summary
-
Method Details
-
create
Create a new label container for the given object, which usually is the value.
-