Class CGLIBMapper

java.lang.Object
com.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.CGLIBMapper
All Implemented Interfaces:
Mapper

public class CGLIBMapper extends MapperWrapper
Mapper that detects proxies generated by the CGLIB enhancer. The implementation modifies the name, so that it can identify these types. Note, that this mapper relies on the CGLIB converters:
  • CGLIBEnhancedConverter
Since:
1.2
Author:
Jörg Schaible