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 TypeMethodDescriptionvoidvoid
- 
Method Details- 
put- Throws:
- DIRuntimeException
 
- 
put- Throws:
- DIRuntimeException
 
- 
putAll- Throws:
- DIRuntimeException
 
- 
in
- 
withoutScopevoid withoutScope()- Since:
- 4.1
 
 
-