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