Package org.aoju.bus.cache
Class Module
java.lang.Object
com.google.inject.AbstractModule
org.aoju.bus.cache.Module
- All Implemented Interfaces:
com.google.inject.Module
public class Module
extends com.google.inject.AbstractModule
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionprotected void所有bean的装配工作都放到这儿static ComplexcoreInstance(Context config) Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Method Details
-
coreInstance
-
configure
protected void configure()所有bean的装配工作都放到这儿- Overrides:
configurein classcom.google.inject.AbstractModule
-