com.cloud.platform.web.enums.ConverterBaseEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloud-web-spring-boot-starter Show documentation
Show all versions of cloud-web-spring-boot-starter Show documentation
project for cloud-web-spring-boot-starter
The newest version!
package com.cloud.platform.web.enums;
/**
* @description:
* @author: 周帅
* @date: 2021/1/25 18:47
* @version: V1.0
*/
public interface ConverterBaseEnum {
/**
* 序列化
*
* @return 不允许返回 null
*/
Object getValue();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy