Package org.apache.cayenne.di
Interface MapBuilder<T>
- Type Parameters:
- T- A type of the map values.
public interface MapBuilder<T>
A binding builder for map configurations. Creates a parameterized map of type <String, T>.
- Since:
- 3.1
- 
Method SummaryModifier and Type Method Description voidin(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)voidwithoutScope()
- 
Method Details- 
put- Throws:
- DIRuntimeException
 
- 
put- Throws:
- DIRuntimeException
 
- 
putAll- Throws:
- DIRuntimeException
 
- 
in
- 
withoutScopevoid withoutScope()- Since:
- 4.1
 
 
-