public static class PojoGenerator.Ref extends Object
Modifier and Type | Field and Description |
---|---|
private List<PojoGenerator.Attribute> |
attributes |
private String |
enclosingClass |
private Set<String> |
imports |
private Map<String,String> |
nested |
private String |
ref |
Modifier | Constructor and Description |
---|---|
private |
Ref(String ref,
String enclosingClass,
Set<String> imports,
List<PojoGenerator.Attribute> attributes,
Map<String,String> nested) |
Modifier and Type | Method and Description |
---|---|
List<PojoGenerator.Attribute> |
getAttributes() |
String |
getEnclosingClass() |
Set<String> |
getImports() |
Map<String,String> |
getNested() |
String |
getRef() |
private final String ref
private final String enclosingClass
private final List<PojoGenerator.Attribute> attributes
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.