Class Overview
A generic post-injection processor that may be used to inject page objects of type P for all
fields annotated with annotation A.
Summary
Nested Classes |
class |
GenericByAnnotationPostProcessor.InjectionContext<A> |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.pageobjects.binder.PostInjectionProcessor
|
Public Constructors
public
GenericByAnnotationPostProcessor
(Class<A> annotationType, Function<InjectionContext<A>, P> valueProvider)
public
GenericByAnnotationPostProcessor
(Class<A> annotationType, Function<InjectionContext<A>, P> valueProvider, String locatorMethodName)
Public Methods
public
T
process
(T pageObject)