Class VariableMapper


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

      Constructors 
      Constructor Description
      VariableMapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void mapVariable​(java.lang.String objectPath, java.util.Map<java.lang.String,​java.lang.Object> variables, javax.servlet.http.Part part)  
      • Methods inherited from class java.lang.Object

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

      • VariableMapper

        public VariableMapper()
    • Method Detail

      • mapVariable

        public static void mapVariable​(java.lang.String objectPath,
                                       java.util.Map<java.lang.String,​java.lang.Object> variables,
                                       javax.servlet.http.Part part)