Module bus.cache

Class Module

java.lang.Object
com.google.inject.AbstractModule
org.miaixz.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 Type
    Method
    Description
    protected void
    所有bean的装配工作都放到这儿
    static Complex
     

    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, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • coreInstance

      public static Complex coreInstance(Context config)
    • configure

      protected void configure()
      所有bean的装配工作都放到这儿
      Overrides:
      configure in class com.google.inject.AbstractModule