public interface SchemaResourceFactory extends DslResourceFactory
GeneratedResource instance with the schema from an ExtensionModel instance.
It's a marker interface for doing a look up through SPI in the org.mule.runtime.config.spring.ModuleDelegatingEntityResolver
class, where given an ExtensionModel it returns a resource with the schema in it's #getContents() method.
Implementations are to be reusable and thread-safe.
TODO MULE-9865: when implemented, the only interface to execute SPI will be the DslResourceFactory and this interface should be removed (schemas will be generated dynamically)generateResourcegenerateResourceCopyright © 2017 MuleSoft, Inc.. All rights reserved.