| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeBinder.AttributeBinderActionBind
An action that binds all
Input attributes. |
static class |
AttributeBinder.AttributeBinderActionCollect
An action that binds all
Output attributes. |
| Modifier and Type | Method and Description |
|---|---|
static void |
AttributeBinder.bind(Object object,
AttributeBinder.IAttributeBinderAction[] attributeBinderActions,
Class<? extends Annotation>... filteringAnnotations)
A generic method for performing actions on the
object's hierarchy of
attributes. |
static void |
AttributeBinder.bind(Object object,
AttributeBinder.IAttributeBinderAction[] attributeBinderActions,
com.google.common.base.Predicate<Field> predicate)
A generic method for performing actions on the
object's hierarchy of
attributes. |
Copyright © 2013 Carrot2.org. All Rights Reserved.