Class ObjectUtils
java.lang.Object
mg.emberframework.utils.reflection.ObjectUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetObjectInstance(Class<?> classType, String annotationValue, jakarta.servlet.http.HttpServletRequest request) static ObjectgetParameterInstance(jakarta.servlet.http.HttpServletRequest request, Parameter parameter, Class<?> clazz, Object object) static StringgetParamStringValue(Parameter parameter, jakarta.servlet.http.HttpServletRequest request)
-
Method Details
-
getParamStringValue
-
getParameterInstance
public static Object getParameterInstance(jakarta.servlet.http.HttpServletRequest request, Parameter parameter, Class<?> clazz, Object object) throws InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException, IOException, jakarta.servlet.ServletException, IllegalArgumentException, SecurityException - Throws:
InstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchMethodExceptionIOExceptionjakarta.servlet.ServletExceptionIllegalArgumentExceptionSecurityException
-
getObjectInstance
public static Object getObjectInstance(Class<?> classType, String annotationValue, jakarta.servlet.http.HttpServletRequest request) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException
-