Uses of Interface
org.hibernate.search.engine.backend.types.converter.runtime.ToDocumentFieldValueConvertContext
-
-
Uses of ToDocumentFieldValueConvertContext in org.hibernate.search.engine.backend.types.converter
Methods in org.hibernate.search.engine.backend.types.converter with parameters of type ToDocumentFieldValueConvertContext Modifier and Type Method Description FToDocumentFieldValueConverter. convert(V value, ToDocumentFieldValueConvertContext context) -
Uses of ToDocumentFieldValueConvertContext in org.hibernate.search.engine.backend.types.converter.runtime
Methods in org.hibernate.search.engine.backend.types.converter.runtime with parameters of type ToDocumentFieldValueConvertContext Modifier and Type Method Description Optional<T>ToDocumentFieldValueConvertContextExtension. extendOptional(ToDocumentFieldValueConvertContext original, BackendMappingContext mappingContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of ToDocumentFieldValueConvertContext in org.hibernate.search.engine.backend.types.converter.runtime.spi
Classes in org.hibernate.search.engine.backend.types.converter.runtime.spi that implement ToDocumentFieldValueConvertContext Modifier and Type Class Description classToDocumentFieldValueConvertContextImpl -
Uses of ToDocumentFieldValueConvertContext in org.hibernate.search.engine.backend.types.converter.spi
Methods in org.hibernate.search.engine.backend.types.converter.spi with parameters of type ToDocumentFieldValueConvertContext Modifier and Type Method Description FDslConverter. convert(V value, ToDocumentFieldValueConvertContext context)FPassThroughToDocumentFieldValueConverter. convert(F value, ToDocumentFieldValueConvertContext context)FDslConverter. convertUnknown(Object value, ToDocumentFieldValueConvertContext context)Convert an input value of unknown type that may not have the required typeV.
-