public class CompositeConverterProvider extends Object implements ConverterProvider
Composite converter provider that delegates all requests to its contained converter providers.
| Constructor and Description | 
|---|
CompositeConverterProvider(List<ConverterProvider> converterProviders)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableList<? extends ValueConverter<?,?>> | 
getConverters(ConverterType converterType)
Returns the converters that match the given converter class. 
 | 
public CompositeConverterProvider(List<ConverterProvider> converterProviders)
public com.google.common.collect.ImmutableList<? extends ValueConverter<?,?>> getConverters(ConverterType converterType)
ConverterProviderReturns the converters that match the given converter class.
getConverters in interface ConverterProviderconverterType - the type of converter to matchCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.