Package | Description |
---|---|
org.hibernate.search.engine.backend.types.converter.runtime.spi | |
org.hibernate.search.engine.backend.types.converter.spi |
Modifier and Type | Class and Description |
---|---|
class |
ToDocumentIdentifierValueConvertContextImpl |
Modifier and Type | Method and Description |
---|---|
Optional<T> |
ToDocumentIdentifierValueConvertContextExtension.extendOptional(ToDocumentIdentifierValueConvertContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Method and Description |
---|---|
String |
ToDocumentIdentifierValueConverter.convert(I value,
ToDocumentIdentifierValueConvertContext context) |
String |
StringToDocumentIdentifierValueConverter.convert(String value,
ToDocumentIdentifierValueConvertContext context) |
String |
StringToDocumentIdentifierValueConverter.convertUnknown(Object value,
ToDocumentIdentifierValueConvertContext context) |
String |
ToDocumentIdentifierValueConverter.convertUnknown(Object value,
ToDocumentIdentifierValueConvertContext context)
Convert an input value of unknown type that may not have the required type
I . |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.