public static class XpathConstraint.XpathChunk extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addConstraint(Constraint constraint) |
From |
asFrom() |
<T> T |
evaluate(Object obj) |
static XpathConstraint.XpathChunk |
get(Class<?> clazz,
String field,
boolean iterate) |
List<AlphaNodeFieldConstraint> |
getAlphaConstraints() |
List<BetaNodeFieldConstraint> |
getBetaaConstraints() |
Class<?> |
getParametricType() |
Class<?> |
getReturnedClass() |
String |
toString() |
public void addConstraint(Constraint constraint)
public <T> T evaluate(Object obj)
public static XpathConstraint.XpathChunk get(Class<?> clazz, String field, boolean iterate)
public Class<?> getReturnedClass()
public Class<?> getParametricType()
public From asFrom()
public List<BetaNodeFieldConstraint> getBetaaConstraints()
public List<AlphaNodeFieldConstraint> getAlphaConstraints()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.