public interface

InputProperties

implements StreamProperties
com.google.gdata.wireformats.input.InputProperties
Known Indirect Subclasses

Class Overview

The InputProperties interface represents properties of a input data being parsed.

See Also

Summary

Public Methods
abstract Class<?> getRootType()
Returns the expected root type that will be produced as a result of parsing the content.
[Expand]
Inherited Methods
From interface com.google.gdata.wireformats.StreamProperties

Public Methods

public abstract 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.