Package com.spun.util
Class MethodExecutionPath.MethodParameterFilter<T>
java.lang.Object
com.spun.util.MethodExecutionPath.MethodParameterFilter<T>
- All Implemented Interfaces:
Filter<T>
- Enclosing class:
- MethodExecutionPath
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MethodParameterFilter
-
-
Method Details
-
isExtracted
- Specified by:
isExtractedin interfaceFilter<T>- Returns:
- true if the object would be extracted by the filter
- Throws:
IllegalArgumentException- if the object is not supported by the filter
-