Class SchemasProviderFactory

  • All Implemented Interfaces:
    com.jetbrains.jsonSchema.extension.JsonSchemaProviderFactory

    public class SchemasProviderFactory
    extends java.lang.Object
    implements com.jetbrains.jsonSchema.extension.JsonSchemaProviderFactory
    • Field Summary

      • Fields inherited from interface com.jetbrains.jsonSchema.extension.JsonSchemaProviderFactory

        EP_NAME, LOG
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.List<com.jetbrains.jsonSchema.extension.JsonSchemaFileProvider> getProviders​(@NotNull com.intellij.openapi.project.Project project)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchemasProviderFactory

        public SchemasProviderFactory()
    • Method Detail

      • getProviders

        @NotNull
        public @NotNull java.util.List<com.jetbrains.jsonSchema.extension.JsonSchemaFileProvider> getProviders​(@NotNull
                                                                                                               @NotNull com.intellij.openapi.project.Project project)
        Specified by:
        getProviders in interface com.jetbrains.jsonSchema.extension.JsonSchemaProviderFactory