Module com.aoapps.collections
Package com.aoapps.collections
Class UnionMethodSet.ReflectionMethod<E>
- java.lang.Object
-
- com.aoapps.collections.UnionMethodSet.ReflectionMethod<E>
-
- All Implemented Interfaces:
UnionMethodSet.Method<E>
- Direct Known Subclasses:
UnionMethodSet.SetMethod,UnionMethodSet.SingletonMethod
- Enclosing class:
- UnionMethodSet<E>
public abstract static class UnionMethodSet.ReflectionMethod<E> extends Object implements UnionMethodSet.Method<E>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReflectionMethod(Class<?> targetClass, String methodName)protectedReflectionMethod(Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodgetMethod()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.aoapps.collections.UnionMethodSet.Method
contains, getSet, getSingleton
-
-
-
-
Field Detail
-
method
protected final Method method
-
-
Constructor Detail
-
ReflectionMethod
protected ReflectionMethod(Class<?> targetClass, String methodName) throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
ReflectionMethod
protected ReflectionMethod(Method method)
-
-
Method Detail
-
getMethod
public final Method getMethod()
-
-