接口 org.tinygroup.format.FormatProvider
的使用

使用 FormatProvider 的软件包
org.tinygroup.format   
org.tinygroup.format.impl   
 

org.tinygroup.formatFormatProvider 的使用
 

org.tinygroup.formatFormatProvider 的子接口
 interface Formater
          格式化的接口
 

参数类型为 FormatProviderorg.tinygroup.format 中的方法
 void Formater.addFormatProvider(String prefix, FormatProvider formatProvider)
          添加格式化提供者
 

类型变量类型为 FormatProviderorg.tinygroup.format 中的方法参数
 void Formater.setFormatProviders(Map<String,FormatProvider> formatProviders)
          设置格式化提供者
 

org.tinygroup.format.implFormatProvider 的使用
 

实现 FormatProviderorg.tinygroup.format.impl 中的类
 class ContextFormater
          上下文格式化提供者
支持Bean的读法,即属下下去的方式
 class FormaterImpl
          Formater的默认实现
 

参数类型为 FormatProviderorg.tinygroup.format.impl 中的方法
 void FormaterImpl.addFormatProvider(String prefix, FormatProvider formatProvider)
           
 

类型变量类型为 FormatProviderorg.tinygroup.format.impl 中的方法参数
 void FormaterImpl.setFormatProviders(Map<String,FormatProvider> formatProviders)
           
 



Copyright © 2006–2013 开源组织. All rights reserved.