Class NullMapper

  • All Implemented Interfaces:
    Mapper

    public class NullMapper
    extends java.lang.Object
    implements Mapper
    • Constructor Summary

      Constructors 
      Constructor Description
      NullMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object toDomain​(com.google.protobuf.Message protoValue)  
      com.google.protobuf.Message toProto​(java.lang.Object domainValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullMapper

        public NullMapper()
    • Method Detail

      • toDomain

        public java.lang.Object toDomain​(com.google.protobuf.Message protoValue)
        Specified by:
        toDomain in interface Mapper
      • toProto

        public com.google.protobuf.Message toProto​(java.lang.Object domainValue)
        Specified by:
        toProto in interface Mapper