Fast Request
Get start
Features
What's New
Script
🔥 Teamwork
Contact us
🎯 Faq
  • Introduction
  • Install
  • Script
  • Environment
  • What's New
  • Teamwork
  • Buy Plugin
  • Version compare
  • Contacts
  • FAQ
  • Price adjust
  • EULA
  • History changes
  • Features

Parse strategy


Parse strategy

Data mapping

Learn more

How to ignore the field

Way 1: Use one of the following 2 annotations.

com.fasterxml.jackson.annotation.JsonIgnore

com.alibaba.fastjson.annotation.JSONField(serialize = false)

Way 2: Add the static modifier to the field.

Way 3: Add @fastRequestParseIgnore in comment

/**
 * xxx description
 * @fastRequestParseIgnore
 */
private String someIgnoreField;

Way 4: Ignore field name

ignoreFiled

Only need to add field names in the configuration to ignore target fields in the entity class.

Last update: 4/11/2025, 9:29:42 AM
Theme by vuepress-theme-hope
Copyright © 2021-present Kings