1 package com.thoughtworks.xstream.converters;2 3 public interface ConverterLookup {4 5 Converter lookupConverterForType(Class type);6 7 }8