com.github.bingoohuang.settingbeanorm.SettingValueFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of settingbean-orm Show documentation
Show all versions of settingbean-orm Show documentation
setting javabean automatic mapping to database setting table
package com.github.bingoohuang.settingbeanorm;
public enum SettingValueFormat {
Default,
/**
* Simple comma-separated list.
*/
SimpleList,
/**
* Time duration for human friendly.
* like 1h for 1 hour, 10m for 10 minutes.
* The unit only support h(hour, default), m(minute).
*/
HumanTimeDuration,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy