public interface ConverterLookup
Converter
Modifier and Type | Method and Description |
---|---|
Converter |
lookupConverterForType(java.lang.Class type)
Lookup a converter for a specific type.
|
Converter lookupConverterForType(java.lang.Class type)
This type may be any Class, including primitive and array types. It may also be null, signifying the value to be converted is a null type.
Copyright © 2004–2024 XStream. All rights reserved.