Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeFromIndexedValueContext
-
-
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type ValueBridgeFromIndexedValueContext Modifier and Type Method Description default VValueBridge. fromIndexedValue(F value, ValueBridgeFromIndexedValueContext context)Transform the given indexed field value to the corresponding POJO-extracted value. -
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type ValueBridgeFromIndexedValueContext Modifier and Type Method Description Optional<T>ValueBridgeFromIndexedValueContextExtension. extendOptional(ValueBridgeFromIndexedValueContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.bridge.runtime.spi
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.spi that return ValueBridgeFromIndexedValueContext Modifier and Type Method Description ValueBridgeFromIndexedValueContextBridgeSessionContext. valueBridgeFromIndexedValueContext() -
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return ValueBridgeFromIndexedValueContext Modifier and Type Method Description ValueBridgeFromIndexedValueContextAbstractPojoSearchSession. valueBridgeFromIndexedValueContext()
-