Class AbstractDelegator<T>
java.lang.Object
org.opendaylight.yangtools.concepts.AbstractDelegator<T>
- Type Parameters:
T
- Type of delegate
- All Implemented Interfaces:
Delegator<T>
@Beta
@NonNullByDefault
public abstract class AbstractDelegator<T>
extends Object
implements Delegator<T>
Simple base class for classes which wish to implement
Delegator
interface and are not otherwise constrained
in their class hierarchy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
final T
Return underlying delegate.final String
toString()