Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContext
-
-
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 FValueBridge. 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 emptyOptionalin 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 ValueBridgeToIndexedValueContextBridgeMappingContext. 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 ValueBridgeToIndexedValueContextAbstractPojoMappingImplementor. valueBridgeToIndexedValueContext()
-