Package | Description |
---|---|
com.tangosol.coherence.config.xml.processor |
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
|
Modifier and Type | Method and Description |
---|---|
static AbstractEmptyElementProcessor.EmptyElementBehavior |
AbstractEmptyElementProcessor.EmptyElementBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEmptyElementProcessor.EmptyElementBehavior[] |
AbstractEmptyElementProcessor.EmptyElementBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractEmptyElementProcessor(AbstractEmptyElementProcessor.EmptyElementBehavior behavior)
Constructs an
AbstractEmptyElementProcessor with the
specified behavior for processing empty XmlElement s
(with a default value of null ). |
SpecificInstanceProcessor(Class<T> clzToRealize,
AbstractEmptyElementProcessor.EmptyElementBehavior behavior)
Constructs a
SpecificInstanceProcessor for the specified Class . |