Class PopulateUtility


  • public class PopulateUtility
    extends java.lang.Object
    Utility class for populating beans.
    • Constructor Summary

      Constructors 
      Constructor Description
      PopulateUtility()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void populate​(java.lang.Object bean, jakarta.servlet.http.HttpServletRequest from)  
      • Methods inherited from class java.lang.Object

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

      • PopulateUtility

        public PopulateUtility()
    • Method Detail

      • populate

        public static void populate​(java.lang.Object bean,
                                    jakarta.servlet.http.HttpServletRequest from)