Package | Description |
---|---|
org.joda.beans.impl.direct |
Implementation of Joda-Beans designed for extension by the code generator.
|
Modifier and Type | Method and Description |
---|---|
static <P> DirectMetaProperty<P> |
DirectMetaProperty.ofReadOnly(MetaBean metaBean,
String propertyName,
Class<?> declaringType,
Class<P> propertyType)
Factory to create a read-write meta-property avoiding duplicate generics.
|
static <P> DirectMetaProperty<P> |
DirectMetaProperty.ofReadWrite(MetaBean metaBean,
String propertyName,
Class<?> declaringType,
Class<P> propertyType)
Factory to create a read-write meta-property avoiding duplicate generics.
|
static <P> DirectMetaProperty<P> |
DirectMetaProperty.ofWriteOnly(MetaBean metaBean,
String propertyName,
Class<?> declaringType,
Class<P> propertyType)
Factory to create a read-write meta-property avoiding duplicate generics.
|
Copyright © 2007–2013 Joda.org. All rights reserved.