All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.stupdit1t.jackson.expand.domain.ExpandStrategy Maven / Gradle / Ivy

The newest version!
package com.github.stupdit1t.jackson.expand.domain;

/**
 * 展开策略
 */
public enum ExpandStrategy {

    /**
     * 覆盖当前字段
     */
    COVER,

    /**
     * 复制字段
     */
    COPY,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy