Package mondrian.util

Class BeanMap

  • All Implemented Interfaces:
    Map<String,​Object>

    public class BeanMap
    extends AbstractMap<String,​Object>
    View of an object as a map. Each attribute name is an key, and the value of the attribute is the value.

    Currently only returns public fields, not methods.