Class LambdaMapper

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

public class LambdaMapper extends MapperWrapper
Mapper to map serializable lambda types to the name of their functional interface and non-serializable ones to Mapper.Null.
Since:
1.4.8
  • Constructor Details

    • LambdaMapper

      public LambdaMapper(Mapper wrapped)
      Constructs a LambdaMapper.
      Parameters:
      wrapped - mapper
      Since:
      1.4.8
  • Method Details