类 AbstractDubboConfigBinder

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean isIgnoreInvalidFields()  
      boolean isIgnoreUnknownFields()  
      void setEnvironment​(org.springframework.core.env.Environment environment)  
      void setIgnoreInvalidFields​(boolean ignoreInvalidFields)
      Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).
      void setIgnoreUnknownFields​(boolean ignoreUnknownFields)
      Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
      • 从类继承的方法 java.lang.

        , , , , , , , ,
    • 构造器详细资料

      • AbstractDubboConfigBinder

        public AbstractDubboConfigBinder()
    • 方法详细资料

      • isIgnoreUnknownFields

        public boolean isIgnoreUnknownFields()
      • setIgnoreUnknownFields

        public void setIgnoreUnknownFields​(boolean ignoreUnknownFields)
        从接口复制的说明: DubboConfigBinder
        Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.

        Default is "true". Turn this off to enforce that all bind parameters must have a matching field in the target object.

        指定者:
        setIgnoreUnknownFields 在接口中 DubboConfigBinder
        另请参阅:
        DubboConfigBinder.bind(java.lang.String, C)
      • isIgnoreInvalidFields

        public boolean isIgnoreInvalidFields()
      • setIgnoreInvalidFields

        public void setIgnoreInvalidFields​(boolean ignoreInvalidFields)
        从接口复制的说明: DubboConfigBinder
        Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).

        Default is "false".

        指定者:
        setIgnoreInvalidFields 在接口中 DubboConfigBinder
        另请参阅:
        DubboConfigBinder.bind(java.lang.String, C)
      • setEnvironment

        public final void setEnvironment​(org.springframework.core.env.Environment environment)
        指定者:
        setEnvironment 在接口中 org.springframework.context.EnvironmentAware