Interface Configurer.ConfigurerConfiguration
- Enclosing interface:
- Configurer
public static interface Configurer.ConfigurerConfiguration
Represents the potential
ConfigurerOption
parameters of the invocation.-
Method Summary
-
Method Details
-
configuration
Object[] configuration()- Returns:
- all options at once.
-
get
- Type Parameters:
T
- the type of the option.- Parameters:
name
- the option name.type
- the expected type of the option.- Returns:
- the option value or null if missing.
-