Interface ProviderConfigConverter<M extends org.guvnor.ala.ui.model.ProviderConfiguration,​D extends org.guvnor.ala.config.ProviderConfig>

  • All Superinterfaces:
    TypeConverter<M,​D>

    public interface ProviderConfigConverter<M extends org.guvnor.ala.ui.model.ProviderConfiguration,​D extends org.guvnor.ala.config.ProviderConfig>
    extends TypeConverter<M,​D>
    Defines the conversion between provider specific configurations defined in the guvnor-ala core @see ProviderConfig, and a standard configuration that will be managed by the UI modules @see ProviderConfiguration.