| Modifier and Type | Method and Description |
|---|---|
<F> IndexSchemaFieldContext<?,IndexFieldReference<F>> |
IndexSchemaElement.field(String relativeFieldName,
Function<? super IndexFieldTypeFactoryContext,? extends IndexFieldTypeTerminalContext<F>> typeContributor)
Add a field to this index schema element with the type to be defined by the given function.
|
| Modifier and Type | Method and Description |
|---|---|
IndexFieldTypeFactoryContext |
IndexSchemaRootNodeBuilder.createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider) |
| Modifier and Type | Method and Description |
|---|---|
T |
IndexFieldTypeFactoryContextExtension.extendOrFail(IndexFieldTypeFactoryContext original)
Attempt to extend a given context, throwing an exception in case of failure.
|
| Modifier and Type | Method and Description |
|---|---|
default IndexFieldTypeFactoryContext |
IndexBindingContext.createTypeFactory() |
IndexFieldTypeFactoryContext |
IndexBindingContext.createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider)
Use this method to provide some defaults to the current request.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.