| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Class and Description |
|---|---|
static class |
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.
|
| Constructor and Description |
|---|
AttributeBinder.AttributeBinderActionBind(Map<String,Object> values,
boolean checkRequired,
AttributeBinder.IAttributeTransformer... transformers) |
AttributeBinder.AttributeBinderActionCollect(Map<String,Object> values,
AttributeBinder.IAttributeTransformer... transformers) |
Copyright © 2013 Carrot2.org. All Rights Reserved.