Class SchemaGeneratorConfigCustomizerJackson
java.lang.Object
io.quarkiverse.mcp.server.runtime.SchemaGeneratorConfigCustomizerJackson
- All Implemented Interfaces:
SchemaGeneratorConfigCustomizer
@Dependent
public class SchemaGeneratorConfigCustomizerJackson
extends Object
implements SchemaGeneratorConfigCustomizer
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder) Customizes the givenSchemaGeneratorConfigBuilder.
-
Constructor Details
-
SchemaGeneratorConfigCustomizerJackson
-
-
Method Details
-
customize
public void customize(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder) Description copied from interface:SchemaGeneratorConfigCustomizerCustomizes the givenSchemaGeneratorConfigBuilder.- Specified by:
customizein interfaceSchemaGeneratorConfigCustomizer- Parameters:
builder- the builder to customize
-