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