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

com.ideaaedi.commonspring.lite.enums.ParameterHandleModeEnum Maven / Gradle / Ivy

There is a newer version: 2100.10.10.LTS17
Show newest version
package com.ideaaedi.commonspring.lite.enums;

/**
 * 参数转换模式
 *
 * @author JustryDeng 
 * @since 1.0.0
 */
public enum ParameterHandleModeEnum {
    
    /** json */
    USE_JSON,
    
    /** toString */
    USE_TO_STRING,
    
    /** 使用自定义序列化器 */
    CUSTOM_SERIALIZER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy