public class CommonsEntityConverterProvider extends Object implements ConverterProvider
Provider of all converters known to edoras commons.
| Constructor and Description |
|---|
CommonsEntityConverterProvider() |
| 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 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 - 2019 edorasware ag. All Rights Reserved.