| 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 | Description |
|---|---|---|
class |
MinimalMetaBean<T extends Bean> |
A meta-bean implementation designed for use by the code generator.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
LightMetaBean<T extends Bean> |
A meta-bean implementation that operates using method handles.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ReflectiveMetaBean<T extends Bean> |
A meta-bean implementation that uses reflection.
|
Copyright © 2007–2018 Joda.org. All rights reserved.