Class DefaultDubboConfigBinder

java.lang.Object
org.apache.dubbo.config.spring.context.properties.AbstractDubboConfigBinder
org.apache.dubbo.config.spring.context.properties.DefaultDubboConfigBinder
All Implemented Interfaces:
DubboConfigBinder, org.springframework.beans.factory.Aware, org.springframework.context.EnvironmentAware

public class DefaultDubboConfigBinder extends AbstractDubboConfigBinder
Default DubboConfigBinder implementation based on Spring DataBinder
  • Constructor Details

    • DefaultDubboConfigBinder

      public DefaultDubboConfigBinder()
  • Method Details

    • bind

      public <C extends AbstractConfig> void bind(String prefix, C dubboConfig)
      Description copied from interface: DubboConfigBinder
      Bind the properties to Dubbo Config Object under specified prefix.
      Parameters:
      prefix -
      dubboConfig -