T
- Type of delegate@Beta @NonNullByDefault public abstract class AbstractDelegator<T> extends Object implements Delegator<T>
Delegator
interface and are not otherwise constrained
in their class hierarchy.Modifier | Constructor and Description |
---|---|
protected |
AbstractDelegator(T delegate) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.MoreObjects.ToStringHelper |
addToString(com.google.common.base.MoreObjects.ToStringHelper helper) |
T |
getDelegate()
Return underlying delegate.
|
String |
toString() |
protected AbstractDelegator(T delegate)
public final T getDelegate()
Delegator
getDelegate
in interface Delegator<T>
protected com.google.common.base.MoreObjects.ToStringHelper addToString(com.google.common.base.MoreObjects.ToStringHelper helper)
Copyright © 2019 OpenDaylight. All rights reserved.