Package io.ultreia.java4all.lang
Class Setters
- java.lang.Object
-
- io.ultreia.java4all.lang.Setters
-
public class Setters extends Object
Created by tchemit on 25/09/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description Setters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MethodgetMutator(Object bean, String property)static Set<String>getWriteableProperties(Class<?> beanType)Obtains all writeable properties from a given type.
-