Uses of Class
com.tridion.util.TridionReflectionException
Packages that use TridionReflectionException
-
Uses of TridionReflectionException in com.tridion.util
Methods in com.tridion.util that throw TridionReflectionExceptionModifier and TypeMethodDescriptionstatic ObjectReflectionUtil.invokePrivateMethod(Object o, String methodName, Object[] params) Invoke private method of an object using reflection.static ObjectReflectionUtil.invokePrivateStaticMethod(Class c, String methodName, Object[] params) Invoke static private method of an object using reflection.static <T> TReflectionUtil.loadClassInstance(String className, Class<T> subType, Object... classParams) This methods returns an instance of the specified class and is of a given subtype.static <T> TReflectionUtil.loadClassInstanceWithType(String className, Class<T> subType, Class<?> classType, Object classParam) This methods returns an instance of the specified class and is of a given subtype.static <T> TReflectionUtil.loadClassInstanceWithTypes(String className, Class<T> subType, Class<?>[] constructorTypes, Object... classParams) This methods returns an instance of the specified class and is of a given subtype.