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 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