Uses of Interface
org.apache.cayenne.di.MapBuilder
Packages that use MapBuilder
-
Uses of MapBuilder in org.apache.cayenne.configuration.server
Methods in org.apache.cayenne.configuration.server that return MapBuilderModifier and TypeMethodDescriptionstatic MapBuilder<PkGenerator>
ServerModule.contributePkGenerators
(Binder binder) Provides access to a DI map builder forPkGenerator
's that allows downstream modules to "contribute" their own pk generators.static MapBuilder<String>
ServerModule.contributeProperties
(Binder binder) Provides access to a DI map builder for runtime properties that allows downstream modules to "contribute" their own properties. -
Uses of MapBuilder in org.apache.cayenne.di
Methods 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.