public interface

ConverterLookup

com.thoughtworks.xstream.converters.ConverterLookup

Class Overview

Responsible for looking up the correct Converter implementation for a specific type.

See Also

Summary

Public Methods
abstract Converter lookupConverterForType(Class type)
Lookup a converter for a specific type.

Public Methods

public abstract Converter lookupConverterForType (Class type)

Lookup a converter for a specific 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.