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 java.lang.Class<?>
getKeyType()
Returns the map's key type.java.lang.Class<?>
getValueType()
Returns the map's value type.-
Methods inherited from interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.PropertyContext
accept, canSet, getType, set
-
-