| Package | Description |
|---|---|
| org.hawkular.agent.javaagent.config |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExpression<T>
If a YAML property supports expressions (that is, can have ${x} tokens in its value), the
property type is going to be a subclass of this.
|
class |
BooleanExpression
The type of any YAML property that is a boolean
but whose YAML representation can include ${x} expressions.
|
class |
IntegerExpression
The type of any YAML property that is an integer
but whose YAML representation can include ${x} expressions.
|
class |
MeasurementUnitJsonProperty |
class |
MetricTypeJsonProperty |
class |
StringExpression
The type of any YAML property that is a string
but whose YAML representation can include ${x} expressions.
|
| Constructor and Description |
|---|
AbstractStringifiedProperty(AbstractStringifiedProperty<T> original) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.