Modifier and Type | Class and Description |
---|---|
class |
CompositeIndex
Composite annotation index.
|
class |
Index
An index useful for quickly processing annotations.
|
Modifier and Type | Method and Description |
---|---|
static CompositeIndex |
CompositeIndex.create(IndexView... indexes) |
List<AnnotationValue> |
AnnotationInstance.valuesWithDefaults(IndexView index)
Returns a list of all parameter values on this annotation instance,
including default values id defined.
|
AnnotationValue |
AnnotationInstance.valueWithDefault(IndexView index)
Returns the value that is associated with the special default "value"
parameter, also accounting for a value default.
|
AnnotationValue |
AnnotationInstance.valueWithDefault(IndexView index,
String name)
Returns a value that corresponds with the specified parameter name,
accounting for its default value.
|
Modifier and Type | Method and Description |
---|---|
static CompositeIndex |
CompositeIndex.create(Collection<IndexView> indexes) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.