public class MapBuilder<B extends MapBuilder<B,K,V>,K,V>
extends java.lang.Object
Builder pattern implementation for the Map.| Modifier and Type | Field and Description |
|---|---|
protected static org.springframework.expression.spel.standard.SpelExpressionParser |
PARSER |
| Constructor and Description |
|---|
MapBuilder() |