Uses of Interface
org.guvnor.ala.ui.backend.service.converter.TypeConverter
-
Packages that use TypeConverter Package Description org.guvnor.ala.ui.backend.service.converter org.guvnor.ala.ui.backend.service.converter.impl -
-
Uses of TypeConverter in org.guvnor.ala.ui.backend.service.converter
Subinterfaces of TypeConverter in org.guvnor.ala.ui.backend.service.converter Modifier and Type Interface Description interfaceProviderConfigConverter<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.interfaceProviderConverterDefines the conversion of a Provider representation in the guvnor-ala core domain, to a representation that will be managed in the UI related models. -
Uses of TypeConverter in org.guvnor.ala.ui.backend.service.converter.impl
Classes in org.guvnor.ala.ui.backend.service.converter.impl that implement TypeConverter Modifier and Type Class Description classProviderConverterImplManages the conversion of a Provider representation in the guvnor-ala core domain, to a representation that will be used in the UI related models.
-