Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContextExtension
-
Packages that use ValueBridgeToIndexedValueContextExtension Package Description org.hibernate.search.mapper.pojo.bridge.runtime -
-
Uses of ValueBridgeToIndexedValueContextExtension in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type ValueBridgeToIndexedValueContextExtension Modifier and Type Method Description <T> TValueBridgeToIndexedValueContext. extension(ValueBridgeToIndexedValueContextExtension<T> extension)Extend the current context with the given extension, resulting in an extended context offering more options.
-