Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContext
Packages that use ValueBridgeToIndexedValueContext
Package
Description
-
Uses of ValueBridgeToIndexedValueContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type ValueBridgeToIndexedValueContextModifier and TypeMethodDescriptionHibernateOrmExtension.extendOptional
(ValueBridgeToIndexedValueContext original, BridgeMappingContext mappingContext) Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of ValueBridgeToIndexedValueContext in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type ValueBridgeToIndexedValueContextModifier and TypeMethodDescriptionValueBridge.toIndexedValue
(V value, ValueBridgeToIndexedValueContext context) Transform the given POJO-extracted value into the value of the indexed field. -
Uses of ValueBridgeToIndexedValueContext in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type ValueBridgeToIndexedValueContextModifier and TypeMethodDescriptionValueBridgeToIndexedValueContextExtension.extendOptional
(ValueBridgeToIndexedValueContext original, BridgeMappingContext mappingContext) Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of ValueBridgeToIndexedValueContext in org.hibernate.search.mapper.pojo.bridge.runtime.spi
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.spi that return ValueBridgeToIndexedValueContext -
Uses of ValueBridgeToIndexedValueContext in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return ValueBridgeToIndexedValueContextModifier and TypeMethodDescriptionAbstractPojoMappingImplementor.valueBridgeToIndexedValueContext()