Interface AutoBeanVisitor.MapPropertyContext
- All Superinterfaces:
AutoBeanVisitor.PropertyContext
- Enclosing class:
AutoBeanVisitor
A PropertyContext that describes the parameterization of the Map being
visited.
-
Method Details
-
getKeyType
-
getValueType
Class<?> getValueType()Returns the map's value type.- Returns:
- a Class object representing the value type
-