- Invoke - Class in de.javanarior.utils.lang.reflect
-
Reflection Invocation helper.
- invokeAnnotation(T, String) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the method with the name attributeName
on the
annotation
.
- invokeConstructor(Class<T>, Class<?>[], Object[]) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the constructor from toInstantiate
with the parameter
specified by parameterTypes
and provides parameterValues
as parameters.
- invokeConstructor(Class<T>) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the default/non-arg constructor from toInstantiate
.
- invokeConstructor(Class<T>, Class<?>, Object) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the constructor from toInstantiate
with the parameter
specified by parameterTypes
and provides parameterValues
as parameters.
- invokeConstructor(Class<T>, int) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the int constructor from toInstantiate
with
parameterValues
as parameters.
- invokeConstructor(Class<T>, Integer) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the Integer constructor from toInstantiate
with
parameterValues
as parameters.
- invokeConstructor(Class<T>, boolean) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the boolean constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, Boolean) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the Boolean constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, byte) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the byte constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, Byte) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the Byte constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, char) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the char constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, Character) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the Character constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, double) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the double constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, Double) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the Double constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, long) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the long constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, Long) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the Long constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, short) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the short constructor from toInstantiate
with
parameterValues
as parameter.
- invokeConstructor(Class<T>, Short) - Static method in class de.javanarior.utils.lang.reflect.Invoke
-
Invoke the Short constructor from toInstantiate
with
parameterValues
as parameter.