| Modifier and Type | Method and Description |
|---|---|
SearchProjectionFactoryContext<R,O> |
MappedIndexSearchScope.projection() |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchProjectionFactoryContextExtension.extendOptional(SearchProjectionFactoryContext<R,O> original,
SearchProjectionBuilderFactory factory)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
SearchProjectionTerminalContext<P> |
SearchProjectionFactoryExtensionContext.orElse(Function<SearchProjectionFactoryContext<R,O>,? extends SearchProjectionTerminalContext<P>> projectionContributor)
If no extension passed to
SearchProjectionFactoryExtensionContext.ifSupported(SearchProjectionFactoryContextExtension, Function)
was supported so far, apply the given function to the current (non-extended) SearchProjectionFactoryContext;
otherwise return the projection created in the first succeeding ifSupported call. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingSearchProjectionFactoryContext<R,O> |
| Constructor and Description |
|---|
DelegatingSearchProjectionFactoryContext(SearchProjectionFactoryContext<R,O> delegate) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.