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>attributesprivate StringenclosingClassprivate Set<String>importsprivate Map<String,String>nestedprivate Stringref
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PojoGenerator.Attribute>getAttributes()StringgetEnclosingClass()Set<String>getImports()Map<String,String>getNested()StringgetRef()
-