public interface FromDocumentFieldValueConvertContext
| Modifier and Type | Method and Description |
|---|---|
<T> T |
extension(FromDocumentFieldValueConvertContextExtension<T> extension)
Extend the current context with the given extension,
resulting in an extended context offering more options.
|
<T> T extension(FromDocumentFieldValueConvertContextExtension<T> extension)
T - The type of context provided by the extension.extension - The extension to apply.SearchException - If the extension cannot be applied (wrong underlying technology, ...).Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.