application.properties
.TCP
or SSL TCP
protocolCidrAddress
.Config
.ConfigBuilder
with
Converter
implementations loaded from ServiceLoader
.Converter
to be used for conversion of a config property.Converter
priority with value 200 to
be used for all Quarkus converters.Converter
priority with value 100
to be used for all discovered converters in case when no Priority
annotation is
available on the converter class.Duration
interface.ConfigItem.name()
indicating that the annotated element's name should be used as-is.ExpandingConfigSource
.Converter
priority by looking for a Priority
annotation which can be put
on the converter type.SmallRyeConfig.getValues(String, Class, IntFunction)
for the given
default value string.ConfigItem.name()
indicating that the annotated element's name should be de-camel-cased and
hyphenated, and then used.InetAddress
.<host-or-address>[:<port>]
into
an instance of InetSocketAddress
.ConfigItem.defaultValue()
indicating that no default value should be used (the value is
a configuration group or it is Optional
).ConfigItem.name()
indicating that the parent's name for the member referencing this item's
group should be used as the name of this item.Path
interface.syslog type
this handler should use to format the message senttrue
if the message should be truncatedtrue
if the message being sent should be prefixed with the size of the messageCopyright © 2019 JBoss by Red Hat. All rights reserved.