| Method and Description |
|---|
| org.joda.beans.integrate.mongo.BeanMongoDBObject.containsKey(String)
Use containsField()
|
| org.joda.beans.JodaBeanUtils.metaBean(Class<?>) |
| org.joda.beans.impl.light.LightMetaBean.of(Class<B>)
Use method handles version of this method
|
| org.joda.beans.impl.light.LightMetaBean.of(Class<B>, MethodHandles.Lookup, Object...)
Use version with field names, because no way to determine order of fields by reflection
|
| org.joda.beans.impl.direct.MinimalMetaBean.of(Class<B>, Supplier<BeanBuilder<B>>, Function<B, Object>...)
Use version that takes the field names
|
| org.joda.beans.impl.direct.MinimalMetaBean.of(Class<B>, Supplier<BeanBuilder<B>>, List<Function<B, Object>>, List<BiConsumer<B, Object>>)
Use version that takes the field names
|
| org.joda.beans.JodaBeanUtils.registerMetaBean(MetaBean) |
Copyright © 2007–2017 Joda.org. All rights reserved.