Interface TypeAdapter<S,T>

Type Parameters:
S - the source type
T - the target type
All Superinterfaces:
io.github.kaktushose.proteus.mapping.Mapper<S,T>, io.github.kaktushose.proteus.mapping.Mapper.UniMapper<S,T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TypeAdapter<S,T> extends io.github.kaktushose.proteus.mapping.Mapper.UniMapper<S,T>
Generic top level interface for type adapting.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.github.kaktushose.proteus.mapping.Mapper

    io.github.kaktushose.proteus.mapping.Mapper.BiMapper<S,T>, io.github.kaktushose.proteus.mapping.Mapper.MappingContext<S,T>, io.github.kaktushose.proteus.mapping.Mapper.UniMapper<S,T>
  • Method Summary

    Methods inherited from interface io.github.kaktushose.proteus.mapping.Mapper.UniMapper

    from