public class

AutoBeanType

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

Class Overview

Describes an AutoBean.

Summary

Nested Classes
class AutoBeanType.Builder Builder. 
Public Methods
JMethod getInterceptor()
A method that is allowed to intercept and modify return values from getters.
List<AutoBeanMethod> getMethods()
String getPackageNome()
JClassType getPeerType()
String getQualifiedSourceName()
String getSimpleSourceName()
boolean isNoWrap()
boolean isSimpleBean()
A simple bean has only getters and setters.
String toString()
For debugging use only.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public JMethod getInterceptor ()

A method that is allowed to intercept and modify return values from getters.

public List<AutoBeanMethod> getMethods ()

public String getPackageNome ()

public JClassType getPeerType ()

public String getQualifiedSourceName ()

public String getSimpleSourceName ()

public boolean isNoWrap ()

public boolean isSimpleBean ()

A simple bean has only getters and setters.

public String toString ()

For debugging use only.