| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Method | 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(org.carrot2.shaded.guava.common.base.Predicate<AttributeDescriptor> predicate) |
Preserves attribute descriptors for which the provided
predicate returns
true. |
Copyright © 2018 Carrot2.org. All rights reserved.