| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Class and Description |
|---|
| AttributeBinder.AttributeTransformerFromString
Transforms
String attribute values to the types required by the target
field by:
Leaving non-String typed values unchanged.
Looking for a static valueOf(String) in the target type and using
it for conversion.
If the method is not available, trying to load a class named as the value of
the attribute, so that this class can be further coerced to the class instance.
If the class cannot be loaded, leaving the the value unchanged.
|
| AttributeBinder.BindingTracker
Tracks which attributes have already been collected and prevents overwriting of
collected values.
|
| AttributeBinder.IAttributeBinderAction
An action to be applied during attribute binding.
|
| AttributeBinder.IAttributeTransformer
Transforms attribute values.
|
| AttributeBindingException
An exception thrown when problems occur in
AttributeBinder.set(Object, java.util.Map, Class...). |
| AttributeDescriptor
Provides a full description of an individual attribute, including its
AttributeDescriptor.key,
AttributeDescriptor.type, AttributeDescriptor.defaultValue and AttributeDescriptor.constraints. |
| AttributeDescriptor.AttributeDescriptorToKey
Transforms
AttributeDescriptors into their keys. |
| AttributeInfo |
| AttributeLevel
The level of complexity involved in tuning an attribute value.
|
| AttributeMetadata
Human-readable metadata about an attribute.
|
| BindableDescriptor
Provides a full description of a
Bindable type, including
AttributeDescriptors for all attributes defined by the type. |
| BindableDescriptor.GroupingMethod
The supported
AttributeDescriptor grouping methods. |
| BindableMetadata
Human-readable metadata for a
Bindable type. |
| CommonMetadata
Common metadata items for
BindableMetadata and AttributeMetadata. |
| IBindableDescriptor
Additional, statically derived, metadata describing a
Bindable component. |
Copyright © 2013 Carrot2.org. All Rights Reserved.