Class Mapper.MapElement<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      The name of the element.
      T object
      The mapped object.
    • Constructor Summary

      Constructors 
      Constructor Description
      MapElement​(java.lang.String name, T object)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public final java.lang.String name
        The name of the element.
      • object

        public final T object
        The mapped object.
    • Constructor Detail

      • MapElement

        public MapElement​(java.lang.String name,
                          T object)
        Constructor.
        Parameters:
        name - The name of the element
        object - The mapped object