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