| Package | Description |
|---|---|
| org.joda.beans.impl.light |
Implementation of light immutable Joda-Beans.
|
| Modifier and Type | Method and Description |
|---|---|
static <B extends Bean> |
LightMetaBean.of(Class<B> beanClass)
Deprecated.
Use method handles version of this method
|
static <B extends Bean> |
LightMetaBean.of(Class<B> beanType,
MethodHandles.Lookup lookup)
Obtains an instance of the meta-bean using standard default values.
|
static <B extends Bean> |
LightMetaBean.of(Class<B> beanType,
MethodHandles.Lookup lookup,
Object... defaultValues)
Deprecated.
Use version with field names, because no way to determine order of fields by reflection
|
static <B extends Bean> |
LightMetaBean.of(Class<B> beanType,
MethodHandles.Lookup lookup,
String[] fieldNames,
Object... defaultValues)
Obtains an instance of the meta-bean specifying default values.
|
Copyright © 2007–2017 Joda.org. All rights reserved.