T - A type of the map values.public interface MapBuilder<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | in(Scope scope) | 
| MapBuilder<T> | put(String key,
   Class<? extends T> interfaceType) | 
| MapBuilder<T> | put(String key,
   T value) | 
| MapBuilder<T> | putAll(Map<String,T> map) | 
MapBuilder<T> put(String key, Class<? extends T> interfaceType) throws DIRuntimeException
DIRuntimeExceptionMapBuilder<T> put(String key, T value) throws DIRuntimeException
DIRuntimeExceptionMapBuilder<T> putAll(Map<String,T> map) throws DIRuntimeException
DIRuntimeExceptionvoid in(Scope scope)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.