Package org.burningwave.core.classes
Class MethodCriteria
java.lang.Object
org.burningwave.core.Criteria<Method,MethodCriteria,Criteria.TestContext<Method,MethodCriteria>>
org.burningwave.core.classes.CriteriaWithClassElementsSupplyingSupport<Method,MethodCriteria,Criteria.TestContext<Method,MethodCriteria>>
org.burningwave.core.classes.MemberCriteria<Method,MethodCriteria,Criteria.TestContext<Method,MethodCriteria>>
org.burningwave.core.classes.ExecutableMemberCriteria<Method,MethodCriteria,Criteria.TestContext<Method,MethodCriteria>>
org.burningwave.core.classes.MethodCriteria
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable
public class MethodCriteria
extends ExecutableMemberCriteria<Method,MethodCriteria,Criteria.TestContext<Method,MethodCriteria>>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.burningwave.core.Criteria
Criteria.Simple<E,C extends Criteria.Simple<E, C>>, Criteria.TestContext<E, C extends Criteria<E, C, ?>> -
Field Summary
Fields inherited from class org.burningwave.core.Criteria
logicalOperator, predicate -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodCriteriabyScanUpTo(BiPredicate<Class<?>, Class<?>> predicate) static MethodCriteriabyScanUpTo(Predicate<Class<?>> predicate) static MethodCriteriabyScanUpTo(TriPredicate<Map<Class<?>, Class<?>>, Class<?>, Class<?>> predicate) static MethodCriteriareturnType(Predicate<Class<?>> predicate) static MethodCriteriaMethods inherited from class org.burningwave.core.classes.ExecutableMemberCriteria
parameter, parameter, parameterType, parameterType, parameterTypes, parameterTypesAreAssignableFrom, parameterTypesAreAssignableFromTypesOf, parameterTypesExactlyMatch, parameterTypesExactlyMatchTypesOfMethods inherited from class org.burningwave.core.classes.MemberCriteria
createCopy, logicOperation, name, result, skip, skipMethods inherited from class org.burningwave.core.classes.CriteriaWithClassElementsSupplyingSupport
close, useClasses, useClassesMethods inherited from class org.burningwave.core.Criteria
allThoseThatMatch, allThoseThatMatch, and, and, concat, concat, createTestContext, getContextWithFalsePredicateForNullPredicate, getContextWithTruePredicateForNullPredicate, getPredicateOrFalsePredicateIfPredicateIsNull, getPredicateOrTruePredicateIfPredicateIsNull, getPredicateWrapper, hasNoPredicate, negate, newInstance, of, of, or, or, testWithFalseResultForNullEntityOrFalseResultForNullPredicate, testWithFalseResultForNullEntityOrTrueResultForNullPredicate, testWithTrueResultForNullEntityOrFalseResultForNullPredicate, testWithTrueResultForNullEntityOrTrueResultForNullPredicateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationId
-
Method Details
-
withoutConsideringParentClasses
-
forEntireClassHierarchy
-
byScanUpTo
public static MethodCriteria byScanUpTo(TriPredicate<Map<Class<?>, Class<?>>, Class<?>, Class<?>> predicate) -
byScanUpTo
-
byScanUpTo
-
returnType
-