Uses of Interface
org.hibernate.search.engine.backend.types.converter.runtime.FromDocumentValueConvertContext
-
-
Uses of FromDocumentValueConvertContext in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Methods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl that return FromDocumentValueConvertContext Modifier and Type Method Description FromDocumentValueConvertContextAggregationExtractContext. fromDocumentValueConvertContext() -
Uses of FromDocumentValueConvertContext in org.hibernate.search.backend.elasticsearch.search.projection.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type FromDocumentValueConvertContext Constructor Description ProjectionTransformContext(FromDocumentValueConvertContext fromDocumentValueConvertContext) -
Uses of FromDocumentValueConvertContext in org.hibernate.search.backend.lucene.search.aggregation.impl
Methods in org.hibernate.search.backend.lucene.search.aggregation.impl that return FromDocumentValueConvertContext Modifier and Type Method Description FromDocumentValueConvertContextAggregationExtractContext. fromDocumentValueConvertContext()Constructors in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type FromDocumentValueConvertContext Constructor Description AggregationExtractContext(org.apache.lucene.index.IndexReader indexReader, FromDocumentValueConvertContext fromDocumentValueConvertContext, CollectorSet collectors) -
Uses of FromDocumentValueConvertContext in org.hibernate.search.backend.lucene.search.projection.impl
Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type FromDocumentValueConvertContext Constructor Description ProjectionTransformContext(FromDocumentValueConvertContext fromDocumentValueConvertContext) -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.backend.types.converter
Methods in org.hibernate.search.engine.backend.types.converter with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description default VFromDocumentFieldValueConverter. fromDocumentValue(F value, FromDocumentValueConvertContext context)Deprecated.VFromDocumentValueConverter. fromDocumentValue(F value, FromDocumentValueConvertContext context) -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.backend.types.converter.runtime
Methods in org.hibernate.search.engine.backend.types.converter.runtime with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description default Optional<T>FromDocumentFieldValueConvertContextExtension. extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext)Deprecated.Optional<T>FromDocumentValueConvertContextExtension. extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.backend.types.converter.runtime.spi
Classes in org.hibernate.search.engine.backend.types.converter.runtime.spi that implement FromDocumentValueConvertContext Modifier and Type Class Description classFromDocumentValueConvertContextImpl -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.backend.types.converter.spi
Methods in org.hibernate.search.engine.backend.types.converter.spi with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description VProjectionConverter. fromDocumentValue(F value, FromDocumentValueConvertContext context) -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description default AProjectionAccumulator. transformAll(A accumulated, ProjectionConverter<? super E,? extends V> converter, FromDocumentValueConvertContext context)Transforms all values with the given converter and the given context. -
Uses of FromDocumentValueConvertContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description Optional<HibernateOrmSessionContext>HibernateOrmExtension. extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of FromDocumentValueConvertContext in org.hibernate.search.mapper.pojo.bridge.runtime.impl
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.impl with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description IPojoIdentifierBridgeDocumentValueConverter. fromDocumentValue(String value, FromDocumentValueConvertContext context)VPojoValueBridgeDocumentValueConverter. fromDocumentValue(F value, FromDocumentValueConvertContext context)
-