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 java.util.List<PojoGenerator.Attribute>PojoGenerator. attributesprivate java.util.List<PojoGenerator.Attribute>PojoGenerator.Ref. attributesMethods in org.apache.johnzon.jsonschema.generator that return types with arguments of type PojoGenerator.Attribute Modifier and Type Method Description java.util.List<PojoGenerator.Attribute>PojoGenerator.Ref. getAttributes()Constructor parameters in org.apache.johnzon.jsonschema.generator with type arguments of type PojoGenerator.Attribute Constructor Description Ref(java.lang.String ref, java.lang.String enclosingClass, java.util.Set<java.lang.String> imports, java.util.List<PojoGenerator.Attribute> attributes, java.util.Map<java.lang.String,java.lang.String> nested)
-