public interface

Delegate

org.odata4j.core.Delegate<T>
Known Indirect Subclasses

Class Overview

Base interface for delegates, also known as decorators.

Implementations are expected to implement all methods of type T, and forward to the delegate instance by default.

Summary

Public Methods
abstract T getDelegate()

Public Methods

public abstract T getDelegate ()