Uses of Class
org.apache.johnzon.jsonschema.generator.PojoGenerator.PojoConfiguration
-
Packages that use PojoGenerator.PojoConfiguration Package Description org.apache.johnzon.jsonschema.generator org.apache.johnzon.maven.plugin -
-
Uses of PojoGenerator.PojoConfiguration in org.apache.johnzon.jsonschema.generator
Fields in org.apache.johnzon.jsonschema.generator declared as PojoGenerator.PojoConfiguration Modifier and Type Field Description private PojoGenerator.PojoConfigurationPojoGenerator. configurationMethods in org.apache.johnzon.jsonschema.generator that return PojoGenerator.PojoConfiguration Modifier and Type Method Description PojoGenerator.PojoConfigurationPojoGenerator.PojoConfiguration. setAddAllArgsConstructor(boolean addAllArgsConstructor)PojoGenerator.PojoConfigurationPojoGenerator.PojoConfiguration. setAddJsonbProperty(boolean addJsonbProperty)PojoGenerator.PojoConfigurationPojoGenerator.PojoConfiguration. setClassName(String className)PojoGenerator.PojoConfigurationPojoGenerator.PojoConfiguration. setFluentSetters(boolean fluentSetters)PojoGenerator.PojoConfigurationPojoGenerator.PojoConfiguration. setOnRef(Function<PojoGenerator.Ref,String> onRef)PojoGenerator.PojoConfigurationPojoGenerator.PojoConfiguration. setPackageName(String packageName)Methods in org.apache.johnzon.jsonschema.generator with parameters of type PojoGenerator.PojoConfiguration Modifier and Type Method Description protected PojoGeneratorPojoGenerator. newSubPojoGenerator(PojoGenerator.PojoConfiguration pojoConfiguration, jakarta.json.JsonObject schema)Constructors in org.apache.johnzon.jsonschema.generator with parameters of type PojoGenerator.PojoConfiguration Constructor Description PojoGenerator(PojoGenerator.PojoConfiguration configuration) -
Uses of PojoGenerator.PojoConfiguration in org.apache.johnzon.maven.plugin
Fields in org.apache.johnzon.maven.plugin declared as PojoGenerator.PojoConfiguration Modifier and Type Field Description private PojoGenerator.PojoConfigurationJsonSchemaToPojoMojo. generatorGeneration configuration.
-