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