All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static <T> Items |
beanItems(Class<T> beanType,
Object... beans) |
static <T> Items |
beanItemsInfer(T... items) |
static List<Property> |
editablePropertiesOf(Object target,
String... propertyNames) |
static boolean |
isEditable(org.rapidoid.beany.Prop prop) |
static boolean |
isReadable(org.rapidoid.beany.Prop prop) |
static Item |
item(Object value) |
static <T> Items |
mockBeanItems(int size,
Class<T> beanType) |
static List<Property> |
propertiesOf(Object target,
String... propertyNames) |
static <T> Property |
property(String name,
org.rapidoid.lambda.Calc<T> calc) |
static Property |
propertyOf(Class<?> beanType,
String property) |
static <T> org.rapidoid.var.Var<T> |
propertyVar(String name,
Item item,
String property,
T initValue) |
static List<Property> |
readablePropertiesOf(Object target,
String... propertyNames) |