Class MapBuilder<B extends MapBuilder<B,K,V>,K,V>
java.lang.Object
org.springframework.integration.support.MapBuilder<B,K,V>
- Type Parameters:
B- The type of targetMapBuilderimplementation.K- The Map key type.V- The Map value type.
- Direct Known Subclasses:
ObjectStringMapBuilder,StringObjectMapBuilder,StringStringMapBuilder
A
Builder pattern implementation for the Map.- Since:
- 5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.springframework.expression.spel.standard.SpelExpressionParser -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARSER
protected static final org.springframework.expression.spel.standard.SpelExpressionParser PARSER
-
-
Constructor Details
-
MapBuilder
public MapBuilder()
-
-
Method Details
-
put
-
get
-
_this
-