Class 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 Detail

      • LambdaMapper

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

      • serializedClass

        public java.lang.String serializedClass​(java.lang.Class type)
        Description copied from interface: Mapper
        How a class name should be represented in its serialized form.
        Specified by:
        serializedClass in interface Mapper
        Overrides:
        serializedClass in class MapperWrapper