public interface TypeBridgeWriteContext
TypeBridge.write(DocumentElement, Object, TypeBridgeWriteContext).| Modifier and Type | Method and Description |
|---|---|
<T> T |
extension(TypeBridgeWriteContextExtension<T> extension)
Extend the current context with the given extension,
resulting in an extended context offering more options.
|
<T> T extension(TypeBridgeWriteContextExtension<T> extension)
T - The type of context provided by the extension.extension - The extension to apply.org.hibernate.search.util.common.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.