Modifier and Type | Method and Description |
---|---|
F |
ToDocumentFieldValueConverter.convert(V value,
ToDocumentFieldValueConvertContext context) |
F |
ToDocumentFieldValueConverter.convertUnknown(Object value,
ToDocumentFieldValueConvertContext context)
Convert an input value of unknown type that may not have the required type
V . |
Modifier and Type | Method and Description |
---|---|
Optional<T> |
ToDocumentFieldValueConvertContextExtension.extendOptional(ToDocumentFieldValueConvertContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Class and Description |
---|---|
class |
ToDocumentFieldValueConvertContextImpl |
Modifier and Type | Method and Description |
---|---|
F |
PassThroughToDocumentFieldValueConverter.convert(F value,
ToDocumentFieldValueConvertContext context) |
F |
PassThroughToDocumentFieldValueConverter.convertUnknown(Object value,
ToDocumentFieldValueConvertContext context) |
Modifier and Type | Method and Description |
---|---|
Optional<HibernateOrmMappingContext> |
HibernateOrmExtension.extendOptional(ToDocumentFieldValueConvertContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.