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
  • Field Details

    • DEFAULT_NAMING_MARKER

      private static String DEFAULT_NAMING_MARKER
    • alias

      private final String alias
  • Constructor Details

    • CGLIBMapper

      public CGLIBMapper(Mapper wrapped)
    • CGLIBMapper

      public CGLIBMapper(Mapper wrapped, String alias)
  • Method Details