| Package | Description |
|---|---|
| org.joda.beans.impl |
Base implementations of Joda-Bean interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> StandaloneMetaProperty<R> |
StandaloneMetaProperty.of(String propertyName,
MetaBean metaBean,
Class<R> clazz)
Creates a non-generified property.
|
static <R> StandaloneMetaProperty<R> |
StandaloneMetaProperty.of(String propertyName,
MetaBean metaBean,
Class<R> clazz,
Type type)
Creates a property.
|
Copyright © 2007–2017 Joda.org. All rights reserved.