static QpidProperty<Boolean> |
QpidProperty.booleanProperty(Accessor accessor,
Boolean defaultValue,
String... names) |
static QpidProperty<Boolean> |
QpidProperty.booleanProperty(Boolean defaultValue,
String... names) |
static QpidProperty<Float> |
QpidProperty.floatProperty(Float defaultValue,
String... names) |
static QpidProperty<Integer> |
QpidProperty.intProperty(Accessor accessor,
Integer defaultValue,
String... names) |
static QpidProperty<Integer> |
QpidProperty.intProperty(Integer defaultValue,
String... names) |
static QpidProperty<Long> |
QpidProperty.longProperty(Accessor accessor,
Long defaultValue,
String... names) |
static QpidProperty<Long> |
QpidProperty.longProperty(Long defaultValue,
String... names) |
static QpidProperty<String> |
QpidProperty.stringProperty(Accessor accessor,
String defaultValue,
String... names) |
static QpidProperty<String> |
QpidProperty.stringProperty(String defaultValue,
String... names) |