Class PojoGenerator.Ref
- java.lang.Object
-
- org.apache.johnzon.jsonschema.generator.PojoGenerator.Ref
-
- Enclosing class:
- PojoGenerator
public static class PojoGenerator.Ref extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private List<PojoGenerator.Attribute>
attributes
private String
enclosingClass
private Set<String>
imports
private Map<String,String>
nested
private String
ref
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PojoGenerator.Attribute>
getAttributes()
String
getEnclosingClass()
Set<String>
getImports()
Map<String,String>
getNested()
String
getRef()
-