uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

getRawClass() method

Description

This method acquires the class that declares the generics in which the type parameter to be stored is resolved.

Syntax

public final Class<T> getRawClass()

Parameter

None.

Return value

The method returns the class declaring the generics in which the type parameter to be stored is resolved.

Notes

None.