public class MethodAndImports extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MethodAndImports.Builder |
Modifier and Type | Method and Description |
---|---|
Set<FullyQualifiedJavaType> |
getImports() |
Method |
getMethod() |
Set<String> |
getStaticImports() |
static MethodAndImports.Builder |
withMethod(Method method) |
public Method getMethod()
public Set<FullyQualifiedJavaType> getImports()
public static MethodAndImports.Builder withMethod(Method method)
Copyright © 2006–2022 MyBatis.org. All rights reserved.