JavaScript is disabled on your browser.
Skip navigation links
GWT 2.11.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.google.web.bindery.autobean.shared
Interface AutoBeanVisitor.MapPropertyContext
All Superinterfaces:
AutoBeanVisitor.PropertyContext
Enclosing class:
AutoBeanVisitor
public static interface
AutoBeanVisitor.MapPropertyContext
extends
AutoBeanVisitor.PropertyContext
A PropertyContext that describes the parameterization of the Map being visited.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Class
<?>
getKeyType
()
Returns the map's key type.
Class
<?>
getValueType
()
Returns the map's value type.
Methods inherited from interface com.google.web.bindery.autobean.shared.
AutoBeanVisitor.PropertyContext
accept
,
canSet
,
getType
,
set
Method Details
getKeyType
Class
<?>
getKeyType
()
Returns the map's key type.
Returns:
a Class object representing the key type
getValueType
Class
<?>
getValueType
()
Returns the map's value type.
Returns:
a Class object representing the value type