Class PropertyHelper


  • public class PropertyHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object deserialize​(com.google.gson.JsonElement element)  
      java.util.List<java.lang.String> getDeclaredProperties​(java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyHelper

        public PropertyHelper()
    • Method Detail

      • getDeclaredProperties

        public java.util.List<java.lang.String> getDeclaredProperties​(java.lang.Class<?> clazz)
      • deserialize

        public java.lang.Object deserialize​(com.google.gson.JsonElement element)