| Package | Description |
|---|---|
| org.joda.beans.impl.direct |
Implementation of Joda-Beans designed for extension by the code generator.
|
| org.joda.beans.impl.light |
Implementation of light immutable Joda-Beans.
|
| org.joda.beans.impl.reflection |
Implementation of Joda-Beans using reflection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinimalMetaBean<T extends Bean>
A meta-bean implementation designed for use by the code generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LightMetaBean<T extends Bean>
A meta-bean implementation that operates using method handles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveMetaBean<T extends Bean>
A meta-bean implementation that uses reflection.
|
Copyright © 2007–2017 Joda.org. All rights reserved.