| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Class | 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 | 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,
org.carrot2.shaded.guava.common.base.Predicate<Field> predicate) |
A generic method for performing actions on the
object's hierarchy of
attributes. |
Copyright © 2018 Carrot2.org. All rights reserved.