public class ToDocumentFieldValueConvertContextImpl extends Object implements ToDocumentFieldValueConvertContext
| Constructor and Description |
|---|
ToDocumentFieldValueConvertContextImpl(MappingContextImplementor mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
extension(ToDocumentFieldValueConvertContextExtension<T> extension)
Extend the current context with the given extension,
resulting in an extended context offering more options.
|
public ToDocumentFieldValueConvertContextImpl(MappingContextImplementor mappingContext)
public <T> T extension(ToDocumentFieldValueConvertContextExtension<T> extension)
ToDocumentFieldValueConvertContextextension in interface ToDocumentFieldValueConvertContextT - The type of context provided by the extension.extension - The extension to apply.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.