Package org.guvnor.ala.ui.backend.service.converter
-
Interface Summary Interface Description ProviderConfigConverter<M extends org.guvnor.ala.ui.model.ProviderConfiguration,D extends org.guvnor.ala.config.ProviderConfig> Defines the conversion between provider specific configurations defined in the guvnor-ala core @seeProviderConfig, and a standard configuration that will be managed by the UI modules @seeProviderConfiguration.ProviderConverter Defines the conversion of a Provider representation in the guvnor-ala core domain, to a representation that will be managed in the UI related models.ProviderConverterFactory Interface for accessing the provider related converters.TypeConverter<MODEL_TYPE,DOMAIN_TYPE> Defines the conversion of types between domains.