public class FieldAndImports extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldAndImports.Builder |
Modifier and Type | Method and Description |
---|---|
Field |
getField() |
Set<FullyQualifiedJavaType> |
getImports() |
static FieldAndImports.Builder |
withField(Field field) |
public Field getField()
public Set<FullyQualifiedJavaType> getImports()
public static FieldAndImports.Builder withField(Field field)
Copyright © 2006–2022 MyBatis.org. All rights reserved.