public static class MethodAndImports.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MethodAndImports |
build() |
MethodAndImports.Builder |
withImport(FullyQualifiedJavaType importedType) |
MethodAndImports.Builder |
withImports(Set<FullyQualifiedJavaType> imports) |
MethodAndImports.Builder |
withMethod(Method method) |
MethodAndImports.Builder |
withStaticImport(String staticImport) |
MethodAndImports.Builder |
withStaticImports(Set<String> staticImports) |
public MethodAndImports.Builder withMethod(Method method)
public MethodAndImports.Builder withImport(FullyQualifiedJavaType importedType)
public MethodAndImports.Builder withImports(Set<FullyQualifiedJavaType> imports)
public MethodAndImports.Builder withStaticImport(String staticImport)
public MethodAndImports.Builder withStaticImports(Set<String> staticImports)
public MethodAndImports build()
Copyright © 2006–2022 MyBatis.org. All rights reserved.