Class GsonSchemaModule

java.lang.Object
net.jacobpeterson.jet.openapiannotationsplugin.schemagenerator.module.gson.GsonSchemaModule
All Implemented Interfaces:
com.github.victools.jsonschema.generator.Module

@NullMarked public class GsonSchemaModule extends Object implements com.github.victools.jsonschema.generator.Module
GsonSchemaModule is a Module that supports the Gson Expose and SerializedName annotations.
  • Constructor Details

    • GsonSchemaModule

      public GsonSchemaModule()
  • Method Details

    • applyToConfigBuilder

      public void applyToConfigBuilder(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder)
      Specified by:
      applyToConfigBuilder in interface com.github.victools.jsonschema.generator.Module