Class AtomicTypeJsonValueDefinitionProvider

  • All Implemented Interfaces:
    com.github.victools.jsonschema.generator.CustomDefinitionProviderV2, com.github.victools.jsonschema.generator.StatefulConfig

    public class AtomicTypeJsonValueDefinitionProvider
    extends java.lang.Object
    implements com.github.victools.jsonschema.generator.CustomDefinitionProviderV2
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.victools.jsonschema.generator.CustomDefinition provideCustomSchemaDefinition​(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, wait
      • Methods inherited from interface com.github.victools.jsonschema.generator.StatefulConfig

        resetAfterSchemaGenerationFinished
    • Constructor Detail

      • AtomicTypeJsonValueDefinitionProvider

        public AtomicTypeJsonValueDefinitionProvider()
    • Method Detail

      • provideCustomSchemaDefinition

        public com.github.victools.jsonschema.generator.CustomDefinition provideCustomSchemaDefinition​(com.fasterxml.classmate.ResolvedType javaType,
                                                                                                       com.github.victools.jsonschema.generator.SchemaGenerationContext context)
        Specified by:
        provideCustomSchemaDefinition in interface com.github.victools.jsonschema.generator.CustomDefinitionProviderV2