当前位置:  软件>java软件

Property Binder

    来源:    发布时间:2015-01-12

    本文导语:  Property Binder 是一个 Java 类库,用来处理 properties 文件的,支持多值的key。可通过 Annotation 对 Properties 文件进行解析处理,例如下面代码: public interface ExamplePICA { String unadorned(); @BoundProperty("unconverted.property") String annotated(...

Property Binder 是一个 Java 类库,用来处理 properties 文件的,支持多值的key。可通过 Annotation 对 Properties 文件进行解析处理,例如下面代码:

public interface ExamplePICA {
String unadorned();

@BoundProperty("unconverted.property")
String annotated();

int intProperty();

Long wrappedLongProperty();

char[] charArrayProperty();

List charListProperty();

@ValuesSeparatedBy(pattern = "\s*,\s*")
List listOfEnumsWithSeparator();

@DefaultsTo(value = "10")
BigDecimal bigDecimalPropertyWithDefault();
}

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间javax.swing类jinternalframe的类成员方法: title_property定义及介绍
  • jsp中经常出现这样的语句<jsp:set property name="cart" property="*">
  • java命名空间javax.xml.ws接口bindingprovider成员方法: password_property定义参考
  • 请问Attribute和Property是否都翻译为属性?
  • java命名空间javax.swing类jsplitpane的类成员方法: orientation_property定义及介绍
  • 请问怎样用tomcat自动生成mod_jk.conf、workers.property?
  • java命名空间javax.swing类joptionpane的类成员方法: message_property定义及介绍
  • Cannot find any information on property 'product' in a bean of type 'tax.taxrate'
  • java命名空间javax.swing类joptionpane的类成员方法: options_property定义及介绍
  • 我用JB7新建了一个工程,又新建了个类。点运行,可是出现了PROJECT-》PROPERTY-》RUN,请问我应该在这里怎么设置啊?
  • java命名空间javax.swing类joptionpane的类成员方法: value_property定义及介绍
  • python的描述符(descriptor)、装饰器(property)造成的一个无限递归问题分享
  • java命名空间javax.swing类joptionpane的类成员方法: icon_property定义及介绍
  • 请问各位大虾policy文件及property文件如何生成?
  • java命名空间javax.swing类jtree的类成员方法: editable_property定义及介绍
  • java命名空间javax.xml.ws接口bindingprovider成员方法: username_property定义参考
  • java命名空间javax.swing类jinternalframe的类成员方法: content_pane_property定义及介绍
  • java命名空间javax.swing类jinternalframe的类成员方法: menu_bar_property定义及介绍
  • java命名空间javax.swing类jinternalframe的类成员方法: glass_pane_property定义及介绍
  • java命名空间javax.swing类jinternalframe的类成员方法: frame_icon_property定义及介绍
  • java命名空间javax.swing类jinternalframe的类成员方法: layered_pane_property定义及介绍


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3