|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.CachingMapper
Mapper that caches which names map to which classes. Prevents repetitive searching and class loading.
Nested Class Summary |
Nested classes inherited from class com.thoughtworks.xstream.alias.ClassMapper |
ClassMapper.Null |
Constructor Summary | |
CachingMapper(ClassMapper wrapped)
|
Method Summary | |
java.lang.Class |
lookupType(java.lang.String elementName)
|
Methods inherited from class com.thoughtworks.xstream.mapper.MapperWrapper |
alias, attributeForClassDefiningField, attributeForImplementationClass, defaultImplementationOf, isImmutableValueType, lookupDefaultType, lookupName, mapNameFromXML, mapNameToXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CachingMapper(ClassMapper wrapped)
Method Detail |
public java.lang.Class lookupType(java.lang.String elementName)
lookupType
in interface ClassMapper
lookupType
in class MapperWrapper
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |