Package com.querydsl.core.types
Class PathExtractor
java.lang.Object
com.querydsl.core.types.PathExtractor
Extracts the first path that occurs in an expression via breadth first search
- Author:
- tiwe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionPath<?>Visit a Constant instance with the given contextPath<?>visit(FactoryExpression<?> expr, Void context) Visit a FactoryExpression instance with the given contextPath<?>Visit an Operation instance with the given contextPath<?>visit(ParamExpression<?> expr, Void context) Visit a ParamExpression instance with the given contextPath<?>Visit a Path instance with the given contextPath<?>visit(SubQueryExpression<?> expr, Void context) Visit a SubQueryExpression instance with the given contextPath<?>visit(TemplateExpression<?> expr, Void context) 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
-