Uses of Interface
org.apache.cayenne.di.MapBuilder
Packages that use MapBuilder
- 
Uses of MapBuilder in org.apache.cayenne.configuration.runtimeMethods in org.apache.cayenne.configuration.runtime that return MapBuilderModifier and TypeMethodDescriptionstatic MapBuilder<PkGenerator>CoreModule.contributePkGenerators(Binder binder) Deprecated.static MapBuilder<String>CoreModule.contributeProperties(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)API
- 
Uses of MapBuilder in org.apache.cayenne.diMethods in org.apache.cayenne.di that return MapBuilderModifier and TypeMethodDescription<T> MapBuilder<T>Starts a binding of a java.util.Map<String, T> distinguished by its values type.<T> MapBuilder<T>Starts a binding of a java.util.Map<String, T> distinguished by its values type and binding name.
CoreModule.extend(Binder)API