Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContext
-
-
Uses of ValueBridgeToIndexedValueContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type ValueBridgeToIndexedValueContext Modifier and Type Method Description Optional<HibernateOrmMappingContext>
HibernateOrmExtension. 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 ValueBridgeToIndexedValueContext Modifier and Type Method Description F
ValueBridge. 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 ValueBridgeToIndexedValueContext Modifier and Type Method Description Optional<T>
ValueBridgeToIndexedValueContextExtension. 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 Modifier and Type Method Description ValueBridgeToIndexedValueContext
BridgeMappingContext. valueBridgeToIndexedValueContext()
-
Uses of ValueBridgeToIndexedValueContext in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return ValueBridgeToIndexedValueContext Modifier and Type Method Description ValueBridgeToIndexedValueContext
AbstractPojoMappingImplementor. valueBridgeToIndexedValueContext()
-