jaxx.runtime.decorator
Class JXPathDecorator.Context<O>
java.lang.Object
jaxx.runtime.decorator.JXPathDecorator.Context<O>
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JXPathDecorator<O>
public static class JXPathDecorator.Context<O>
- extends Object
- implements Serializable
- See Also:
- Serialized Form
expression
protected String expression
- expression to format using
String.format(String, Object...), all variables are compute
using using the jxpath tokens.
tokens
protected String[] tokens
- list of jxpath tokens to apply on expression
comparator
protected transient Comparator<O> comparator
JXPathDecorator.Context
public JXPathDecorator.Context(String expression,
String[] tokens)
getFirstProperty
public String getFirstProperty()
getComparator
public Comparator<O> getComparator(int pos)
setComparator
public void setComparator(Comparator<O> comparator)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2010 CodeLutin. All Rights Reserved.