Configurable
is the abstraction of classes that are instantiated by reflection and need to take configuration parameters.
Method | Description |
---|---|
|
void configure(
Map<String, ?> configs) Configures the class with the given key-value configurations |
Configurable
is the abstraction of classes that are instantiated by reflection and need to take configuration parameters.
Method | Description |
---|---|
|
void configure(
Map<String, ?> configs) Configures the class with the given key-value configurations |