public class Setters extends Object
| Modifier and Type | Field and Description |
|---|---|
static Predicate<PropertyDescriptor> |
IS_WRITE_DESCRIPTOR |
| Constructor and Description |
|---|
Setters() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getMutator(Object bean,
String property) |
static Set<String> |
getWriteableProperties(Class<?> beanType)
Obtains all writeable properties from a given type.
|
public static final Predicate<PropertyDescriptor> IS_WRITE_DESCRIPTOR
Copyright © 2017 Ultreia.io. All rights reserved.