注释类型 MapViewProperty

    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String map
      The property name being mapped.
      String name
      The property name.
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      Access getter
      The access type of the getter methods.
      Access setter
      The access type of the setter methods.
    • 元素详细资料

      • name

        String name
        The property name. Should be unique in the generated class.
        返回:
        the property name
      • map

        String map
        The property name being mapped. It should be one of the original's properties.
        返回:
        The property name being mapped
      • getter

        Access getter
        The access type of the getter methods. By default, inherited from the ViewOf annotation.
        返回:
        the access type of the getter methods
        默认值:
        io.github.vipcxj.beanknife.runtime.annotations.Access.UNKNOWN
      • setter

        Access setter
        The access type of the setter methods. By default, inherited from the ViewOf annotation.
        返回:
        the access type of the setter methods
        默认值:
        io.github.vipcxj.beanknife.runtime.annotations.Access.UNKNOWN