Class MapBuilder<B extends MapBuilder<B,K,V>,K,V>

java.lang.Object
org.springframework.amqp.utils.MapBuilder<B,K,V>
Type Parameters:
B - the builder type.
K - the key type.
V - the value type.
Direct Known Subclasses:
ArgumentBuilder

public class MapBuilder<B extends MapBuilder<B,K,V>,K,V> extends Object
A Builder pattern implementation for a Map.
Since:
2.0
Author:
Artem Bilan, Gary Russell
  • Constructor Details Link icon

    • MapBuilder Link icon

      public MapBuilder()
  • Method Details Link icon

    • put Link icon

      public B put(K key, V value)
    • get Link icon

      public Map<K,V> get()
    • _this Link icon

      protected final B _this()