Package com.querydsl.core.types
Class ToStringVisitor
java.lang.Object
com.querydsl.core.types.ToStringVisitor
ToStringVisitor is used for toString() serialization in Expression implementations.- Author:
- tiwe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionVisit a Constant instance with the given contextvisit(FactoryExpression<?> e, Templates templates) Visit a FactoryExpression instance with the given contextVisit an Operation instance with the given contextvisit(ParamExpression<?> param, Templates templates) Visit a ParamExpression instance with the given contextVisit a Path instance with the given contextvisit(SubQueryExpression<?> expr, Templates templates) Visit a SubQueryExpression instance with the given contextvisit(TemplateExpression<?> expr, Templates templates) Visit a TemplateExpression instance with the given context
-
Field Details
-
DEFAULT
-
-
Method Details
-
visit
Description copied from interface:VisitorVisit a Constant instance with the given context -
visit
Description copied from interface:VisitorVisit a FactoryExpression instance with the given context -
visit
Description copied from interface:VisitorVisit an Operation instance with the given context -
visit
Description copied from interface:VisitorVisit a ParamExpression instance with the given context -
visit
Description copied from interface:VisitorVisit a Path instance with the given context -
visit
Description copied from interface:VisitorVisit a SubQueryExpression instance with the given context -
visit
Description copied from interface:VisitorVisit a TemplateExpression instance with the given context
-