public class BuiltinContainerExtractors extends Object
container extractors available in Hibernate Search out of the box.| Modifier and Type | Field and Description |
|---|---|
static String |
ARRAY
The name of an extractor that extracts elements from an object array.
|
static String |
COLLECTION
The name of an extractor that extracts elements from a
Collection. |
static String |
ITERABLE
The name of an extractor that extracts elements from an
Iterable. |
static String |
MAP_KEY
The name of an extractor that extracts keys from a
Map. |
static String |
MAP_VALUE
The name of an extractor that extracts values from a
Map. |
static String |
OPTIONAL
The name of an extractor that extracts the value from an
Optional. |
static String |
OPTIONAL_DOUBLE
The name of an extractor that extracts the value from an
OptionalDouble. |
static String |
OPTIONAL_INT
The name of an extractor that extracts the value from an
OptionalInt. |
static String |
OPTIONAL_LONG
The name of an extractor that extracts the value from an
OptionalLong. |
public static final String ARRAY
public static final String COLLECTION
Collection.public static final String ITERABLE
Iterable.public static final String MAP_KEY
Map.public static final String MAP_VALUE
Map.public static final String OPTIONAL_DOUBLE
OptionalDouble.public static final String OPTIONAL_INT
OptionalInt.public static final String OPTIONAL_LONG
OptionalLong.public static final String OPTIONAL
Optional.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.