public interface IndexFieldTypeFactoryContext
Modifier and Type | Method and Description |
---|---|
<F> StandardIndexFieldTypeContext<?,F> |
as(Class<F> inputType) |
StandardIndexFieldTypeContext<?,Boolean> |
asBoolean() |
StandardIndexFieldTypeContext<?,GeoPoint> |
asGeoPoint() |
StandardIndexFieldTypeContext<?,Instant> |
asInstant() |
StandardIndexFieldTypeContext<?,Integer> |
asInteger() |
StandardIndexFieldTypeContext<?,LocalDate> |
asLocalDate() |
StandardIndexFieldTypeContext<?,Long> |
asLong() |
StringIndexFieldTypeContext<?> |
asString() |
default <T> T |
extension(IndexFieldTypeFactoryContextExtension<T> extension) |
<F> StandardIndexFieldTypeContext<?,F> as(Class<F> inputType)
StringIndexFieldTypeContext<?> asString()
StandardIndexFieldTypeContext<?,Integer> asInteger()
StandardIndexFieldTypeContext<?,Long> asLong()
StandardIndexFieldTypeContext<?,Boolean> asBoolean()
StandardIndexFieldTypeContext<?,LocalDate> asLocalDate()
StandardIndexFieldTypeContext<?,Instant> asInstant()
StandardIndexFieldTypeContext<?,GeoPoint> asGeoPoint()
default <T> T extension(IndexFieldTypeFactoryContextExtension<T> extension)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.