Interface CommandRegistration.OptionNameModifier
- Enclosing interface:
- CommandRegistration
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface CommandRegistration.OptionNameModifier
extends Function<String,String>
Interface used to modify option long name. Usual use case is i.e. making
conversion from a
camelCase
to snake-case
.-
Method Summary