public class ValueTranslatorRegistry extends Object
ValueTranslator
instances by type.Constructor and Description |
---|
ValueTranslatorRegistry(ClassLoader classLoader)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
ValueTranslator |
getValueTranslator(Class<?> type)
Obtains the
ValueTranslator for the type. |
public ValueTranslatorRegistry(ClassLoader classLoader)
classLoader
- ClassLoader
.public ValueTranslator getValueTranslator(Class<?> type)
ValueTranslator
for the type.type
- Type.ValueTranslator
for the type or null
if
one not available.Copyright © 2005–2016. All rights reserved.