public class Expression extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDefaultValue() |
String |
getKey() |
int |
hashCode() |
static boolean |
isExpression(String value) |
static Expression |
of(String value) |
String |
toString() |
public static boolean isExpression(String value)
public static Expression of(String value)
public String getKey()
public String getDefaultValue()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.