public interface

ConverterMatcher

com.thoughtworks.xstream.converters.ConverterMatcher
Known Indirect Subclasses

Class Overview

ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance. ConverterMatcher is the base interface of any converter.

Summary

Public Methods
abstract boolean canConvert(Class type)
Determines whether the converter can marshall a particular type.

Public Methods

public abstract boolean canConvert (Class type)

Determines whether the converter can marshall a particular type.

Parameters
type the Class representing the object type to be converted