Uses of Class
org.apache.johnzon.jsonschema.generator.PojoGenerator.Attribute
-
Packages that use PojoGenerator.Attribute Package Description org.apache.johnzon.jsonschema.generator -
-
Uses of PojoGenerator.Attribute in org.apache.johnzon.jsonschema.generator
Fields in org.apache.johnzon.jsonschema.generator with type parameters of type PojoGenerator.Attribute Modifier and Type Field Description protected List<PojoGenerator.Attribute>
PojoGenerator. attributes
private List<PojoGenerator.Attribute>
PojoGenerator.Ref. attributes
Methods in org.apache.johnzon.jsonschema.generator that return types with arguments of type PojoGenerator.Attribute Modifier and Type Method Description List<PojoGenerator.Attribute>
PojoGenerator.Ref. getAttributes()
Constructor parameters in org.apache.johnzon.jsonschema.generator with type arguments of type PojoGenerator.Attribute Constructor Description Ref(String ref, String enclosingClass, Set<String> imports, List<PojoGenerator.Attribute> attributes, Map<String,String> nested)
-