public static class JXPathDecorator.Context<O> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Comparator<O> |
comparator |
protected String |
expression
expression to format using
String.format(String, Object...),
all variables are compute using using the jxpath tokens. |
protected String[] |
tokens
list of jxpath tokens to apply on expression
|
| Constructor and Description |
|---|
JXPathDecorator.Context(String expression,
String[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<O> |
getComparator(int pos) |
String |
getFirstProperty() |
void |
setComparator(Comparator<O> comparator) |
String |
toString() |
protected String expression
String.format(String, Object...),
all variables are compute using using the jxpath tokens.protected String[] tokens
protected transient Comparator<O> comparator
public String getFirstProperty()
public Comparator<O> getComparator(int pos)
public void setComparator(Comparator<O> comparator)
Copyright © 2013–2015 CodeLutin. All rights reserved.