Modifier and Type | Method and Description |
---|---|
<C,B> Optional<ElasticsearchSearchPredicateFactoryContext> |
ElasticsearchExtension.extendOptional(SearchPredicateFactoryContext original,
SearchPredicateBuilderFactory<C,B> factory)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Method and Description |
---|---|
<C,B> Optional<LuceneSearchPredicateFactoryContext> |
LuceneExtension.extendOptional(SearchPredicateFactoryContext original,
SearchPredicateBuilderFactory<C,B> factory)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Method and Description |
---|---|
<C,B> Optional<T> |
SearchPredicateFactoryContextExtension.extendOptional(SearchPredicateFactoryContext original,
SearchPredicateBuilderFactory<C,B> factory)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Field and Description |
---|---|
protected SearchPredicateBuilderFactory<?,B> |
AbstractSearchPredicateTerminalContext.factory |
Constructor and Description |
---|
AbstractSearchPredicateTerminalContext(SearchPredicateBuilderFactory<?,B> factory) |
Modifier and Type | Method and Description |
---|---|
SearchPredicateBuilderFactory<? super C,?> |
SearchTargetContext.getSearchPredicateBuilderFactory() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.