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