| 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 <B extends Bean> |
MinimalMetaBean.of(Class<B> beanType,
Supplier<BeanBuilder<B>> builderSupplier,
Function<B,Object>... getters)
Obtains an instance of the meta-bean for immutable beans.
|
static <B extends Bean> |
MinimalMetaBean.of(Class<B> beanType,
Supplier<BeanBuilder<B>> builderSupplier,
List<Function<B,Object>> getters,
List<BiConsumer<B,Object>> setters)
Obtains an instance of the meta-bean for mutable beans.
|
Copyright © 2007–2017 Joda.org. All rights reserved.