Uses of Class
org.awaitility.core.FieldSupplierBuilder.AnnotationFieldSupplier
-
Packages that use FieldSupplierBuilder.AnnotationFieldSupplier Package Description org.awaitility.core -
-
Uses of FieldSupplierBuilder.AnnotationFieldSupplier in org.awaitility.core
Methods in org.awaitility.core that return FieldSupplierBuilder.AnnotationFieldSupplier Modifier and Type Method Description FieldSupplierBuilder.AnnotationFieldSupplier<T>FieldSupplierBuilder.NameAndAnnotationFieldSupplier. andWithName(java.lang.String fieldName)Find a field based on the type and name.FieldSupplierBuilder.AnnotationFieldSupplier<T>FieldSupplierBuilder.NameAndTypeFieldSupplier. andWithName(java.lang.String fieldName)Find a field based on the annotation and field name.
-