- All Known Subinterfaces:
ProxyAccessor.ProxyProperty
- Enclosing interface:
- ProxyAccessor
public static interface ProxyAccessor.ProxyMutator
Provides a mutator for a proxy property.
-
Method Summary
Modifier and Type Method Description <P> voidsetProxy(P aProxy)Sets the proxy for the proxy property.
-
Method Details
-
setProxy
<P> void setProxy(P aProxy)Sets the proxy for the proxy property.- Type Parameters:
P- The expected type of the proxy.- Parameters:
aProxy- The proxy to be stored by the proxy property.
-