public class PropertyExpression extends Object implements Expression
Constructor and Description |
---|
PropertyExpression(SimpleString name) |
PropertyExpression(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
evaluate(Filterable message) |
String |
getName() |
int |
hashCode() |
String |
toString() |
public PropertyExpression(String name)
public PropertyExpression(SimpleString name)
public Object evaluate(Filterable message) throws FilterException
evaluate
in interface Expression
FilterException
public String getName()
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2018 JBoss by Red Hat. All rights reserved.