public class StreamExplanation extends Explanation
Explanation.ExpressionType| 构造器和说明 |
|---|
StreamExplanation(String expressionNodeId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChild(Explanation child) |
List<Explanation> |
getChildren() |
void |
setChildren(List<Explanation> children) |
Map<String,Object> |
toMap(Map<String,Object> map)
Use the passed map to minimize object creation.
|
StreamExplanation |
withChildren(Explanation[] children) |
StreamExplanation |
withChildren(List<Explanation> children) |
addHelper, getExpression, getExpressionNodeId, getExpressionType, getFunctionName, getHelpers, getImplementingClass, getNote, setExpression, setExpressionType, setFunctionName, setHelpers, setImplementingClass, setNote, withExpression, withExpressionType, withFunctionName, withHelper, withHelpers, withHelpers, withImplementingClass, withNotepublic StreamExplanation(String expressionNodeId)
public List<Explanation> getChildren()
public void setChildren(List<Explanation> children)
public StreamExplanation withChildren(List<Explanation> children)
public StreamExplanation withChildren(Explanation[] children)
public void addChild(Explanation child)
public Map<String,Object> toMap(Map<String,Object> map)
MapSerializabletoMap 在接口中 MapSerializabletoMap 在类中 ExplanationCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.