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