Class JsonUnwrappedDefinitionProvider
java.lang.Object
com.github.victools.jsonschema.module.jackson.JsonUnwrappedDefinitionProvider
- All Implemented Interfaces:
com.github.victools.jsonschema.generator.CustomDefinitionProviderV2,com.github.victools.jsonschema.generator.StatefulConfig
public class JsonUnwrappedDefinitionProvider
extends Object
implements com.github.victools.jsonschema.generator.CustomDefinitionProviderV2
Definition provider handling the integration of properties with the
JsonUnwrapped annotation.- Since:
- 4.32.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.victools.jsonschema.generator.CustomDefinitionprovideCustomSchemaDefinition(com.fasterxml.classmate.ResolvedType javaType, com.github.victools.jsonschema.generator.SchemaGenerationContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.victools.jsonschema.generator.StatefulConfig
resetAfterSchemaGenerationFinished
-
Constructor Details
-
JsonUnwrappedDefinitionProvider
public JsonUnwrappedDefinitionProvider()
-
-
Method Details
-
provideCustomSchemaDefinition
public com.github.victools.jsonschema.generator.CustomDefinition provideCustomSchemaDefinition(com.fasterxml.classmate.ResolvedType javaType, com.github.victools.jsonschema.generator.SchemaGenerationContext context) - Specified by:
provideCustomSchemaDefinitionin interfacecom.github.victools.jsonschema.generator.CustomDefinitionProviderV2
-