All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class NameMap extends FluentHashMap<String,String>
Utility class for name maps.
See Also:
  • Constructor Details

    • NameMap

      public NameMap()
  • Method Details

    • with

      public NameMap with(String key, String value)
      Fluent method to sets the given key (attribute name place holder) to the specified value (the actual attribute name.)