public interface ConverterProvider
Represents the converter provider interface.
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.
|
com.google.common.collect.ImmutableList<? extends ValueConverter<?,?>> getConverters(ConverterType converterType)
Returns the converters that match the given converter class.
converterType
- the type of converter to matchCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.