| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Method and Description |
|---|---|
static BindableDescriptor |
BindableDescriptorBuilder.buildDescriptor(Object initializedInstance)
Builds a
BindableDescriptor for an initialized instance of a
Bindable type. |
BindableDescriptor |
BindableDescriptor.flatten()
Returns a flattened structure of attribute descriptors.
|
BindableDescriptor |
BindableDescriptor.group(BindableDescriptor.GroupingMethod groupingMethod)
Returns a grouped structure of attribute descriptors.
|
BindableDescriptor |
BindableDescriptor.not(Class<? extends Annotation>... annotationClasses)
Preserves descriptors that have none of the specified
annotations.
|
BindableDescriptor |
BindableDescriptor.only(Class<? extends Annotation>... annotationClasses)
Preserves descriptors that have all of the specified annotations.
|
BindableDescriptor |
BindableDescriptor.only(com.google.common.base.Predicate<AttributeDescriptor> predicate)
Preserves attribute descriptors for which the provided
predicate returns
true. |
Copyright © 2013 Carrot2.org. All Rights Reserved.