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