Interface AutoBeanVisitor.MapPropertyContext

    • Method Detail

      • getKeyType

        java.lang.Class<?> getKeyType()
        Returns the map's key type.
        Returns:
        a Class object representing the key type
      • getValueType

        java.lang.Class<?> getValueType()
        Returns the map's value type.
        Returns:
        a Class object representing the value type