B
- The type of target MapBuilder
implementation.K
- The Map key type.V
- The Map value type.public class MapBuilder<B extends MapBuilder<B,K,V>,K,V> extends Object
Builder
pattern implementation for the Map
.Modifier and Type | Field and Description |
---|---|
protected static SpelExpressionParser |
PARSER |
Constructor and Description |
---|
MapBuilder() |