Modifier and Type | Interface and Description |
---|---|
interface |
ElasticsearchStandardIndexFieldTypeContext<S extends ElasticsearchStandardIndexFieldTypeContext<? extends S,F>,F> |
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneStandardIndexFieldTypeContext<S extends LuceneStandardIndexFieldTypeContext<? extends S,F>,F> |
Modifier and Type | Interface and Description |
---|---|
interface |
StandardIndexFieldTypeContext<S extends StandardIndexFieldTypeContext<? extends S,F>,F> |
Modifier and Type | Interface and Description |
---|---|
interface |
StringIndexFieldTypeContext<S extends StringIndexFieldTypeContext<? extends S>> |
Modifier and Type | Method and Description |
---|---|
<F> StandardIndexFieldTypeContext<?,F> |
IndexFieldTypeFactoryContext.as(Class<F> inputType) |
StandardIndexFieldTypeContext<?,Boolean> |
IndexFieldTypeFactoryContext.asBoolean() |
StandardIndexFieldTypeContext<?,GeoPoint> |
IndexFieldTypeFactoryContext.asGeoPoint() |
StandardIndexFieldTypeContext<?,Instant> |
IndexFieldTypeFactoryContext.asInstant() |
StandardIndexFieldTypeContext<?,Integer> |
IndexFieldTypeFactoryContext.asInteger() |
StandardIndexFieldTypeContext<?,LocalDate> |
IndexFieldTypeFactoryContext.asLocalDate() |
StandardIndexFieldTypeContext<?,Long> |
IndexFieldTypeFactoryContext.asLong() |
Modifier and Type | Method and Description |
---|---|
void |
FieldModelContributor.contribute(StandardIndexFieldTypeContext<?,?> context) |
Modifier and Type | Method and Description |
---|---|
default StandardIndexFieldTypeContext<?,F> |
ValueBridge.bind(ValueBridgeBindingContext<V> context)
Bind this bridge instance to the given index field model and the given POJO model element.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.