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)
ConverterProvider
Returns the converters that match the given converter class.
getConverters
in interface ConverterProvider
converterType
- the type of converter to matchCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.