Class NameMap

All Implemented Interfaces:
Map<String,String>

final class NameMap extends PropertyMap<String>
Map of property names for a given implementation class. This map is read-only.
Since:
0.3
Version:
0.3
See Also:
  • Field Details

    • valuePolicy

      final KeyNamePolicy valuePolicy
      Determines the string representation of values in this map.
  • Constructor Details

    • NameMap

      NameMap(PropertyAccessor accessor, KeyNamePolicy keyPolicy, KeyNamePolicy valuePolicy)
      Creates a name map for the specified accessor.
      Parameters:
      accessor - the accessor to use for the metadata.
      keyPolicy - determines the string representation of keys in the map.
      valuePolicy - determines the string representation of values in this map.
  • Method Details