Class SchemaGenerationContextImpl

  • All Implemented Interfaces:
    SchemaGenerationContext

    public class SchemaGenerationContextImpl
    extends Object
    implements SchemaGenerationContext
    Generation context in which to collect definitions of traversed types and remember where they are being referenced.
    • Constructor Detail

      • SchemaGenerationContextImpl

        public SchemaGenerationContextImpl​(SchemaGeneratorConfig generatorConfig,
                                           TypeContext typeContext)
        Constructor initialising type resolution context.
        Parameters:
        generatorConfig - applicable configuration(s)
        typeContext - type resolution/introspection context to be used