Class TypeMap

All Implemented Interfaces:
Map<String,Class<?>>

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

    • valuePolicy

      final TypeValuePolicy valuePolicy
      The kind of values in this map.
  • Constructor Details

    • TypeMap

      TypeMap(PropertyAccessor accessor, KeyNamePolicy keyPolicy, TypeValuePolicy valuePolicy)
      Creates a type 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 - the kind of values in this map.
  • Method Details