Package org.burningwave.core.classes
Class FieldCriteria
java.lang.Object
org.burningwave.core.Criteria<Field,FieldCriteria,Criteria.TestContext<Field,FieldCriteria>>
org.burningwave.core.classes.CriteriaWithClassElementsSupplyingSupport<Field,FieldCriteria,Criteria.TestContext<Field,FieldCriteria>>
org.burningwave.core.classes.MemberCriteria<Field,FieldCriteria,Criteria.TestContext<Field,FieldCriteria>>
org.burningwave.core.classes.FieldCriteria
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable
public class FieldCriteria
extends MemberCriteria<Field,FieldCriteria,Criteria.TestContext<Field,FieldCriteria>>
-
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 FieldCriteriabyScanUpTo(BiPredicate<Class<?>, Class<?>> predicate) static FieldCriteriabyScanUpTo(TriPredicate<Map<Class<?>, Class<?>>, Class<?>, Class<?>> predicate) static FieldCriteriastatic FieldCriteriaMethods 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
-
byScanUpTo
public static FieldCriteria byScanUpTo(TriPredicate<Map<Class<?>, Class<?>>, Class<?>, Class<?>> predicate) -
type
-