Class Utils


  • public class Utils
    extends Object
    • Field Detail

      • GSON

        public static final com.google.gson.Gson GSON
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • getWritableProperties

        public static com.google.gson.JsonObject getWritableProperties​(Object bean)
        Returns the values for all bean properties that are writable.
        Parameters:
        bean - the bean to get the properties for
        Returns:
        a map from property name to property value