Deprecated API


Contents
Deprecated Interfaces
org.joda.beans.BeanQuery
          Use MetaProperty directly, or functional interfaces in Java SE 8 
org.joda.beans.PropertyMap
          Use BasicPropertyMap.of(bean) or JodaBeanUtils.flatten(bean) 
 

Deprecated Classes
org.joda.beans.query.ChainedBeanQuery
          Use functional interfaces in Java SE 8 
org.joda.beans.ser.bin.MsgPackVisualizer
          Use JodaBeanBinReader.visualize(byte[]) 
org.joda.beans.impl.reflection.ReflectiveMetaProperty
          Obtain meta-property from ReflectiveMetaBean initialised using property names 
 

Deprecated Methods
org.joda.beans.integrate.mongo.BeanMongoDBObject.containsKey(String)
          Use containsField() 
org.joda.beans.MetaBean.createPropertyMap(Bean)
          Use BasicPropertyMap.of(bean) or JodaBeanUtils.flatten(bean) 
org.joda.beans.impl.reflection.ReflectiveMetaBean.of(Class)
          Use factory that accepts the property names 
org.joda.beans.BeanBuilder.setAll(Map)
          Loop in application code 
org.joda.beans.BeanBuilder.setString(MetaProperty, String)
          Use Joda-Convert in application code 
org.joda.beans.BeanBuilder.setString(String, String)
          Use Joda-Convert in application code 
 

Deprecated Constructors
org.joda.beans.gen.BeanCodeGen(List, String, String, int, boolean)
          Use BeanGenConfig constructor 
 



Copyright © 2007–2017 Joda.org. All rights reserved.