Class DirectMetaPropertyMap

  • All Implemented Interfaces:
    Map<String,​MetaProperty<?>>

    public final class DirectMetaPropertyMap
    extends Object
    implements Map<String,​MetaProperty<?>>
    A map of name to meta-property designed for use by the code generator.

    This meta-property map implementation is designed primarily for code-generation. It stores a reference to the meta-bean and the meta-properties. The meta-properties are accessed using DirectMetaBean.metaPropertyGet(String).

    This class is immutable and thread-safe.