Uses of Interface
org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
Packages that use OptionalPropertyContext
-
Uses of OptionalPropertyContext in org.hibernate.search.engine.cfg.spi
Methods in org.hibernate.search.engine.cfg.spi that return OptionalPropertyContextModifier and TypeMethodDescription<T> OptionalPropertyContext<T> <T> OptionalPropertyContext<BeanReference<? extends T>> KeyContext.asBeanReference(Class<T> expectedBeanType) KeyContext.asBoolean()default OptionalPropertyContext<Integer> KeyContext.asInteger()Deprecated.KeyContext.asIntegerPositiveOrZero()KeyContext.asIntegerPositiveOrZeroOrNegative()KeyContext.asIntegerStrictlyPositive()default OptionalPropertyContext<Long> KeyContext.asLong()Deprecated.UseKeyContext.asLongPositiveOrZeroOrNegative()instead.KeyContext.asLongPositiveOrZeroOrNegative()KeyContext.asLongStrictlyPositive()KeyContext.asString()OptionalPropertyContext.multivalued()OptionalPropertyContext.substitute(Object expected, Object replacement) OptionalPropertyContext.substitute(UnaryOperator<Object> substitution)
KeyContext.asIntegerPositiveOrZeroOrNegative()instead.