Class Setters


  • public class Setters
    extends Object
    Created by tchemit on 25/09/17.
    Author:
    Tony Chemit - dev@tchemit.fr
    • Constructor Detail

      • Setters

        public Setters()
    • Method Detail

      • getWriteableProperties

        public static Set<String> getWriteableProperties​(Class<?> beanType)
        Obtains all writeable properties from a given type.
        Parameters:
        beanType - the type to seek
        Returns:
        the set of all writeable properties for the given type