public class ValueReference extends Object
| Constructor and Description |
|---|
ValueReference() |
ValueReference(String property,
String[] jsonPaths,
String profile,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getJsonPaths()
The JSONPath expressions where to map the property.
|
String |
getProfile() |
String |
getProperty() |
String |
getValue() |
int |
hashCode() |
static ValueReferenceBuilder |
newBuilder() |
static ValueReferenceBuilder |
newBuilderFromDefaults() |
public String getProperty()
public String[] getJsonPaths()
public String getProfile()
public String getValue()
public static ValueReferenceBuilder newBuilder()
public static ValueReferenceBuilder newBuilderFromDefaults()
Copyright © 2018–2022 Red Hat. All rights reserved.