T - public class MemberInvokerData<T> extends InvokerData<T>
| Constructor and Description |
|---|
MemberInvokerData(java.lang.Class<T> functionalInterface) |
MemberInvokerData(java.lang.Class<T> functionalInterface,
boolean isStatic) |
MemberInvokerData(java.lang.Class<T> functionalInterface,
boolean isStatic,
int modifiers) |
MemberInvokerData(java.lang.Class<T> functionalInterface,
boolean isStatic,
int modifiers,
java.lang.reflect.Type... parametrizationClasses) |
MemberInvokerData(java.lang.Class<T> functionalInterface,
int modifiers,
java.lang.reflect.Type... parametrizationClasses) |
MemberInvokerData(java.lang.Class<T> functionalInterface,
java.lang.reflect.Type... parametrizationClasses) |
| Modifier and Type | Method and Description |
|---|---|
int |
getModifiers() |
boolean |
isStatic() |
getFunctionalInterface, getParametrizationClasses, isEnforceFunctionalInterface, setEnforceFunctionalInterfacepublic MemberInvokerData(java.lang.Class<T> functionalInterface)
public MemberInvokerData(java.lang.Class<T> functionalInterface, boolean isStatic)
functionalInterface - Description of the wrapped memberisStatic - Determines if the wrapped member is staticpublic MemberInvokerData(java.lang.Class<T> functionalInterface, boolean isStatic, int modifiers)
functionalInterface - Description of the wrapped memberisStatic - Determines if the wrapped member is staticmodifiers - Access modifiers of the memeberpublic MemberInvokerData(java.lang.Class<T> functionalInterface, java.lang.reflect.Type... parametrizationClasses)
functionalInterface - Description of the wrapped memberparametrizationClasses - Generic types of the wrapped memberpublic MemberInvokerData(java.lang.Class<T> functionalInterface, int modifiers, java.lang.reflect.Type... parametrizationClasses)
functionalInterface - Description of the wrapped membermodifiers - Access modifiers of the memeberparametrizationClasses - Generic types of the wrapped memberpublic MemberInvokerData(java.lang.Class<T> functionalInterface, boolean isStatic, int modifiers, java.lang.reflect.Type... parametrizationClasses)
functionalInterface - Description of the wrapped memberisStatic - Determines if the wrapped member is staticmodifiers - Access modifiers of the memeberparametrizationClasses - Generic types of the wrapped member