public abstract class ForwardingProvider extends ForwardingNameable implements Provider
Note that this class does not forward the equals
and hashCode
methods through to the backing object.
See ForwardingObject
for more details.
Modifier | Constructor and Description |
---|---|
protected |
ForwardingProvider()
Constructor for use by subclasses.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Provider |
delegate() |
Provider |
parent()
Returns the provider's parent or
null if there is no parent. |
getName