public class

AutoBeanFactoryMethod

extends Object
java.lang.Object
   ↳ com.google.gwt.autobean.rebind.model.AutoBeanFactoryMethod

Class Overview

Represents a single method in an AutoBeanFactory interface.

Summary

Nested Classes
class AutoBeanFactoryMethod.Builder Builds AutoBeanFactoryMethods. 
Public Methods
AutoBeanType getAutoBeanType()
String getName()
JClassType getReturnType()
JClassType getWrappedType()
boolean isWrapper()
String toString()
For debugging use only.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public AutoBeanType getAutoBeanType ()

public String getName ()

public JClassType getReturnType ()

public JClassType getWrappedType ()

public boolean isWrapper ()

public String toString ()

For debugging use only.