All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static String |
beanToNiceText(Object bean,
boolean allowCustom) |
static String |
beanToStr(Object bean,
boolean allowCustom) |
static void |
bind(Object destBean,
Map<String,Object> src) |
static <T,B extends Builder<T>> B |
builder(Class<B> builderInterface,
Class<T> builtInterface,
Class<? extends T> implClass) |
static <E> Comparator<E> |
comparator(String orderBy) |
static String |
getId(Object obj) |
static String |
getIdIfExists(Object obj) |
static String[] |
getIds(Object... objs) |
static long |
getLongId(Object obj) |
static Long |
getLongIdIfExists(Object obj) |
static <T> T |
getPropValue(Object instance,
String propertyName) |
static <T> T |
getPropValue(Object instance,
String propertyName,
T defaultValue) |
static <T> T |
getPropValueOfType(Object obj,
String property,
Class<T> returnType) |
static <T> T |
getPropValueOfType(Object obj,
String property,
Class<T> returnType,
T defaultValue) |
static boolean |
hasProperty(Class<?> clazz,
String property) |
static boolean |
hasProperty(Object obj,
String property) |
static <FROM,TO> List<TO> |
projection(Collection<FROM> coll,
String propertyName) |
static BeanProperties |
propertiesOf(Class<?> clazz) |
static BeanProperties |
propertiesOf(Object obj) |
static Prop |
property(Class<?> clazz,
String property,
boolean mandatory) |
static Prop |
property(Object obj,
String property,
boolean mandatory) |
static Map<String,Object> |
read(Object bean) |
static void |
read(Object bean,
Map<String,Object> dest) |
static void |
reset() |
static Object |
serialize(Object value) |
static void |
setId(Object obj,
long id) |
static void |
setId(Object obj,
String id) |
static void |
setPropValue(Object instance,
String propertyName,
Object value) |
static Object |
unwrap(Object value) |
static void |
update(Object destBean,
Map<String,Object> src) |
static void |
update(Object destBean,
Map<String,Object> src,
boolean ignoreNullValues) |
static void |
update(Object destBean,
Map<String,Object> src,
boolean ignoreNullValues,
boolean ignoreReadOnlyProperties) |