Interface TypeSystemDescriptionProvider

All Known Subinterfaces:
TypeSystemProvider
All Known Implementing Classes:
TypeSystemProvider_ImplBase

@Deprecated public interface TypeSystemDescriptionProvider
Deprecated.
Use TypeSystemProvider instead.
To be removed in version:
4.0.0
  • Method Details

    • listTypeSystemDescriptions

      List<TypeSystemDescription> listTypeSystemDescriptions()
      Deprecated.
      Returns:
      the type system descriptions exported by this provider. The provider should resolve any imports in the type systems before returning them. Also, the provider should internally cache the parsed type systems instead of parsing them on every call to this method.