public final class ValueIndexItem extends Object
Modifier and Type | Method and Description |
---|---|
static ValueIndexItem |
expression(Expression expression)
Creates a value index item with the given property.
|
static ValueIndexItem |
property(String property)
Creates a value index item with the given property.
|
@NonNull public static ValueIndexItem property(@NonNull String property)
property
- the property name@NonNull public static ValueIndexItem expression(@NonNull Expression expression)
expression
- The expression to index. Typically a property expression.