Uses of Class
org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports.Builder
Packages that use MethodAndImports.Builder
-
Uses of MethodAndImports.Builder in org.mybatis.generator.runtime.dynamic.sql.elements
Methods in org.mybatis.generator.runtime.dynamic.sql.elements that return MethodAndImports.BuilderModifier and TypeMethodDescriptionMethodAndImports.Builder.withImport(FullyQualifiedJavaType importedType) MethodAndImports.Builder.withImports(Set<FullyQualifiedJavaType> imports) MethodAndImports.Builder.withMethod(Method method) static MethodAndImports.BuilderMethodAndImports.withMethod(Method method) MethodAndImports.Builder.withStaticImport(String staticImport) MethodAndImports.Builder.withStaticImports(Set<String> staticImports) Methods in org.mybatis.generator.runtime.dynamic.sql.elements with parameters of type MethodAndImports.BuilderModifier and TypeMethodDescriptionprotected voidAbstractMethodGenerator.acceptParts(MethodAndImports.Builder builder, Method method, MethodParts methodParts) Constructors in org.mybatis.generator.runtime.dynamic.sql.elements with parameters of type MethodAndImports.Builder