Interface Mapifier<T>

    • Method Detail

      • map

        Object map​(T object)
        Takes an object and returns a Map containing the object's data
        Parameters:
        object - the object to create a Map from
        Returns:
        a Map containing a representation of the object