Fast Request
Get start
Features
What's New
Script
🔥 Teamwork
Contact us
🎯 Faq
  • Introduction
    • Get started
    • Project/Env/Domain
    • Data mapping
    • String generation strategy
    • Icon and type mapping
    • Other config
    • Shortcut
  • Install
  • Script
  • Environment
  • What's New
  • Teamwork
  • Buy Plugin
  • Version compare
  • Contacts
  • FAQ
  • Price adjust
  • EULA
  • History changes
  • Features

Data mapping


Custom type mapping

Scenes: there are 10 attributes in com.baomidou.mybatisplus.extension.plugins.pagination.Page, but we just need size and current property.

A total of 2 values need to be set for custom type mapping.

Java Type is the corresponding object type. It must contain the package name and class name.

com.baomidou.mybatisplus.extension.plugins.pagination.Page

Default value must be in json format

{ "size": 10, "current": 1 }

Default type mapping

This configuration determines that the basic java type will be resolved to the appropriate value, supporting modification.

Ignore data mapping

This configuration determines whether the corresponding class is resolved or not and requires full path of java class(packageName+className)

Last update: 3/7/2025, 8:07:57 AM
Prev
Project/Env/Domain
Next
String generation strategy
Theme by vuepress-theme-hope
Copyright © 2021-present Kings