GWT 2.3.0

com.google.gwt.autobean.shared
Interface AutoBeanVisitor.MapPropertyContext

All Superinterfaces:
AutoBeanVisitor.PropertyContext
Enclosing class:
AutoBeanVisitor

Deprecated.

@Deprecated
public static interface AutoBeanVisitor.MapPropertyContext
extends AutoBeanVisitor.PropertyContext

A PropertyContext that describes the parameterization of the Map being visited.

AutoBeans has moved to com.google.web.bindery.autobeans. This package will be removed in a future version of GWT.


Method Summary
 java.lang.Class<?> getKeyType()
          Deprecated. Returns the map's key type.
 java.lang.Class<?> getValueType()
          Deprecated. Returns the map's value type.
 
Methods inherited from interface com.google.gwt.autobean.shared.AutoBeanVisitor.PropertyContext
accept, canSet, getType, set
 

Method Detail

getKeyType

java.lang.Class<?> getKeyType()
Deprecated. 
Returns the map's key type.

Returns:
a Class object representing the key type

getValueType

java.lang.Class<?> getValueType()
Deprecated. 
Returns the map's value type.

Returns:
a Class object representing the value type

GWT 2.3.0