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