Uses of Interface
org.hibernate.search.engine.cfg.spi.DefaultedPropertyContext
-
Packages that use DefaultedPropertyContext Package Description org.hibernate.search.engine.cfg.spi -
-
Uses of DefaultedPropertyContext in org.hibernate.search.engine.cfg.spi
Methods in org.hibernate.search.engine.cfg.spi that return DefaultedPropertyContext Modifier and Type Method Description DefaultedPropertyContext<T>
OptionalPropertyContext. withDefault(Supplier<T> defaultValueSupplier)
DefaultedPropertyContext<T>
OptionalPropertyContext. withDefault(T defaultValue)
-