Uses of Interface
org.apache.cayenne.di.MapBuilder
-
Uses of MapBuilder in org.apache.cayenne.configuration.server
Modifier 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
Modifier 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.