| Package | Description |
|---|---|
| org.hibernate.search.engine.cfg.spi |
| Modifier and Type | Method and Description |
|---|---|
<T> OptionalPropertyContext<T> |
KeyContext.as(Class<T> expectedType,
Function<String,T> parser) |
<T> OptionalPropertyContext<BeanReference<? extends T>> |
KeyContext.asBeanReference(Class<T> expectedBeanType) |
OptionalPropertyContext<Boolean> |
KeyContext.asBoolean() |
OptionalPropertyContext<Integer> |
KeyContext.asInteger() |
OptionalPropertyContext<Long> |
KeyContext.asLong() |
OptionalPropertyContext<String> |
KeyContext.asString() |
OptionalPropertyContext<List<T>> |
OptionalPropertyContext.multivalued() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.