default PropertyFilter |
PropertyFilter.and(PropertyFilter filter) |
static Map<String,Object> |
PropertyUtils.convertToMap(Object bean,
Class<?> stopClass,
PropertyFilter filter) |
static <T> T |
BeanUtils.copy(Object original,
Class<T> requiredType,
PropertyFilter propertyFilter) |
static <T> T |
BeanUtils.copy(Object original,
PropertyFilter propertyFilter) |
static void |
PropertyUtils.copyProperties(Object original,
Class<?> stopClass,
Object destination,
PropertyFilter filter,
boolean overwrited) |
static void |
PropertyUtils.copyProperties(Object original,
Class<?> stopClass,
Object destination,
PropertyFilter filter,
boolean overwrited,
boolean mappingProperty) |
static void |
PropertyUtils.copyProperties(Object original,
Object destination,
PropertyFilter filter) |
static void |
BeanUtils.copyProperties(Object original,
Object destination,
PropertyFilter propertyFilter) |
static void |
PropertyUtils.copyProperties(Object original,
Object destination,
PropertyFilter filter,
boolean overwrited) |
static Map<String,PropertyDescriptor> |
PropertyUtils.getPropertyDescriptors(Class<?> beanClass,
Class<?> stopClass,
PropertyFilter filter) |
default PropertyFilter |
PropertyFilter.not(PropertyFilter filter) |
default PropertyFilter |
PropertyFilter.or(PropertyFilter filter) |
static void |
PropertyUtils.populate(Object destination,
Class<?> stopClass,
Map<String,?> map,
PropertyFilter filter,
boolean overwrited) |
static void |
PropertyUtils.populate(Object destination,
Map<String,?> map,
PropertyFilter filter) |
static void |
PropertyUtils.populate(Object destination,
Map<String,?> map,
PropertyFilter filter,
boolean overwrited) |
static boolean |
EqualsBuilder.reflectionEquals(Object source,
Object target,
Class<?> stopClass,
PropertyFilter filter) |
static boolean |
EqualsBuilder.reflectionEquals(Object source,
Object target,
PropertyFilter filter) |
static int |
HashCodeBuilder.reflectionHashCode(Object bean,
Class<?> stopClass,
PropertyFilter filter) |
static int |
HashCodeBuilder.reflectionHashCode(Object bean,
PropertyFilter filter) |
static String |
ToStringBuilder.reflectionToString(Object bean,
Class<?> stopClass,
PropertyFilter filter,
ToStringStyle style) |
static String |
ToStringBuilder.reflectionToString(Object target,
PropertyFilter filter) |
static String |
ToStringBuilder.reflectionToString(Object bean,
PropertyFilter filter,
ToStringBuilder.PrintStyle style) |
static String |
ToStringBuilder.reflectionToString(Object bean,
PropertyFilter filter,
ToStringStyle style) |