See: Description
Interface | Description |
---|---|
OptionProcessingContext |
Interface for all bean intended to store the context in which
Option
are processed. |
OptionProcessor |
Super interface for all
Option processors. |
Class | Description |
---|---|
AbstractOptionProcessor |
Abstract superclass for all
Option processors. |
BooleanProcessor |
Processor that converts option values into
Boolean . |
DefaultOptionProcessingContext |
Basic implementation of
OptionProcessingContext . |
EmptyStringProcessor |
Processor that converts option values into
String . |
IntegerProcessor |
Processor that converts option values into
Integer . |
Option<T> |
Representation of a component option, which is used to configure different
aspects of a component.
|
StringBuilderProcessor |
Processor that converts option values into
StringBuilder . |
StringProcessor |
Processor that converts option values into
String but returns
null either if the value is blank or null . |
All option-related utilities such as generic processors.
Copyright © 2013-2015 Dandelion Project. All Rights Reserved.