public class

ForwardingInputProperties

extends ForwardingStreamProperties
implements InputProperties
java.lang.Object
   ↳ com.google.gdata.wireformats.ForwardingStreamProperties
     ↳ com.google.gdata.wireformats.input.ForwardingInputProperties

Class Overview

A InputProperties implementation that forwards all calls to another InputProperties.

Subclass this and override the methods you want modified to create a wrapper for InputProperties.

Summary

Fields
private final InputProperties delegate
[Expand]
Inherited Fields
From class com.google.gdata.wireformats.ForwardingStreamProperties
Public Constructors
ForwardingInputProperties(InputProperties delegate)
Public Methods
Class<?> getRootType()
Returns the expected root type that will be produced as a result of parsing the content.
[Expand]
Inherited Methods
From class com.google.gdata.wireformats.ForwardingStreamProperties
From class java.lang.Object
From interface com.google.gdata.wireformats.StreamProperties
From interface com.google.gdata.wireformats.input.InputProperties

Fields

private final InputProperties delegate

Public Constructors

public ForwardingInputProperties (InputProperties delegate)

Parameters
delegate

Public Methods

public Class<?> getRootType ()

Returns the expected root type that will be produced as a result of parsing the content. The parse result will be of this type or a subtype that extends or implements the root type.