public class ObserveDecorator<E> extends org.nuiton.decorator.MultiJXPathDecorator<E> implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SEPARATOR |
static String |
DEFAULT_SEPARATOR_REPLACEMENT |
contexts, separator, separatorReplacement| Constructor and Description |
|---|
ObserveDecorator(Class<E> internalClass,
String expression) |
ObserveDecorator(Class<E> internalClass,
String expression,
String separator) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected Comparable<?> |
getDefaultNullValue(String token) |
protected Comparable<?> |
getDefaultUndefinedValue(String token) |
protected Comparable<Comparable<?>> |
getTokenValue(org.apache.commons.jxpath.JXPathContext jxcontext,
String token) |
protected Comparable<Comparable<?>> |
getValueFromReference(String[] tokens,
DtoReference<?,?> referenceBean,
int startIndex) |
ensureContextIndex, getComparator, getNbContext, getSeparator, getSeparatorReplacement, setContextIndexpublic static final String DEFAULT_SEPARATOR
public static final String DEFAULT_SEPARATOR_REPLACEMENT
public final Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionprotected Comparable<Comparable<?>> getTokenValue(org.apache.commons.jxpath.JXPathContext jxcontext, String token)
getTokenValue in class org.nuiton.decorator.JXPathDecorator<E>protected Comparable<Comparable<?>> getValueFromReference(String[] tokens, DtoReference<?,?> referenceBean, int startIndex)
protected Comparable<?> getDefaultUndefinedValue(String token)
protected Comparable<?> getDefaultNullValue(String token)
Copyright © 2017–2020 IRD. All rights reserved.