public final class CollQuerySerializer extends SerializerBase<CollQuerySerializer>
CollQuerySerializer is a Serializer implementation for the Java language| Constructor and Description |
|---|
CollQuerySerializer(CollQueryTemplates templates) |
| Modifier and Type | Method and Description |
|---|---|
Void |
visit(FactoryExpression<?> expr,
Void context)
Visit a FactoryExpression instance with the given context
|
Void |
visit(Path<?> path,
Void context)
Visit a Path instance with the given context
|
Void |
visit(SubQueryExpression<?> expr,
Void context)
Visit a SubQueryExpression instance with the given context
|
protected void |
visitOperation(Class<?> type,
Operator operator,
List<? extends Expression<?>> args) |
append, getConstantPrefix, getConstantToLabel, getLength, getTemplate, handle, handle, handle, handle, handle, handleTemplate, insert, prepend, serialize, serialize, setAnonParamPrefix, setConstantPrefix, setNormalize, setParamPrefix, setStrict, toString, visit, visit, visit, visit, visitConstantpublic CollQuerySerializer(CollQueryTemplates templates)
public Void visit(Path<?> path, Void context)
Visitorvisit in interface Visitor<Void,Void>visit in class SerializerBase<CollQuerySerializer>path - expression to visitcontext - context of the visit or null, if not usedpublic Void visit(SubQueryExpression<?> expr, Void context)
Visitorexpr - expression to visitcontext - context of the visit or null, if not usedprotected void visitOperation(Class<?> type, Operator operator, List<? extends Expression<?>> args)
visitOperation in class SerializerBase<CollQuerySerializer>public Void visit(FactoryExpression<?> expr, Void context)
Visitorvisit in interface Visitor<Void,Void>visit in class SerializerBase<CollQuerySerializer>expr - expression to visitcontext - context of the visit or null, if not usedCopyright © 2007–2015 Mysema Ltd. All rights reserved.