- call() - Method in interface app.myoss.cloud.core.lang.concurrent.CallableFunc
-
Computes a result.
- CallableFunc<V> - Interface in app.myoss.cloud.core.lang.concurrent
-
- checkDateTimeOverlap(Date, Date, Date, Date) - Static method in class app.myoss.cloud.core.lang.base.DateTimeFormatUtils
-
校验时间区间是否有重叠,比较"源的时间区间"是否在"目标的时间区间"内
- checkDateTimeOverlap(LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime) - Static method in class app.myoss.cloud.core.lang.base.DateTimeFormatUtils
-
校验时间区间是否有重叠,比较"源的时间区间"是否在"目标的时间区间"内
- close() - Method in class app.myoss.cloud.core.lang.concurrent.ExecutorEngine
-
- CommonAutoConfiguration - Class in app.myoss.cloud.core.spring.boot.config
-
通用的自动配置
- CommonAutoConfiguration() - Constructor for class app.myoss.cloud.core.spring.boot.config.CommonAutoConfiguration
-
- CONFIG_PREFIX - Static variable in interface app.myoss.cloud.core.constants.MyossConstants
-
myoss cloud 配置前缀
- constructCollectionType(Class<? extends Collection>, Class<?>) - Method in class app.myoss.cloud.core.utils.JacksonMapper
-
构造Collection类型.
- constructMapType(Class<? extends Map>, Class<?>, Class<?>) - Method in class app.myoss.cloud.core.utils.JacksonMapper
-
构造Map类型.
- containsBean(String) - Static method in class app.myoss.cloud.core.spring.context.SpringContextHolder
-
Does this bean factory contain a bean definition or externally registered
singleton instance with the given name?
- containsBeanDefinition(String) - Static method in class app.myoss.cloud.core.spring.context.SpringContextHolder
-
Check if this bean factory contains a bean definition with the given
name.
- containsLocalBean(String) - Static method in class app.myoss.cloud.core.spring.context.SpringContextHolder
-
Return whether the local bean factory contains a bean of the given name,
ignoring beans defined in ancestor contexts.
- convert(Object, Class<T>) - Method in class app.myoss.cloud.core.utils.JacksonMapper
-
把object转出clazz对象,比如POJO和Map互换
- convert(Object, JavaType) - Method in class app.myoss.cloud.core.utils.JacksonMapper
-
把object转出clazz对象,比如POJO和Map互换
- convert(Object, TypeReference<?>) - Method in class app.myoss.cloud.core.utils.JacksonMapper
-
把object转出clazz对象,比如POJO和Map互换
- convertCard15To18(String) - Static method in class app.myoss.cloud.core.utils.IdCardUtils
-
将15位身份证号码转换为18位
- convertCharToInt(char[]) - Static method in class app.myoss.cloud.core.utils.IdCardUtils
-
将字符数组转换成数字数组
- copy(byte[], OutputStream) - Static method in class app.myoss.cloud.core.lang.io.StreamUtil
-
Copy the contents of the given byte array to the given OutputStream.
- copy(String, Charset, OutputStream) - Static method in class app.myoss.cloud.core.lang.io.StreamUtil
-
Copy the contents of the given String to the given output OutputStream.
- copy(InputStream, OutputStream) - Static method in class app.myoss.cloud.core.lang.io.StreamUtil
-
Copy the contents of the given InputStream to the given OutputStream.
- copyAllInfo(Result<T>, Result<T>) - Static method in class app.myoss.cloud.core.lang.dto.TransformValue
-
复制 Result 中的所有信息
- copyAllInfo(Page<T>, Page<T>) - Static method in class app.myoss.cloud.core.lang.dto.TransformValue
-
复制 Page 中的所有信息
- copyErrorInfo(Result<?>, Result<T>) - Static method in class app.myoss.cloud.core.lang.dto.TransformValue
-
复制 Result 中的错误信息,并设置目标中的success = false
- copyErrorInfo(Page<?>, Page<T>) - Static method in class app.myoss.cloud.core.lang.dto.TransformValue
-
复制 Page 中的错误信息,并设置目标中的success = false
- copyErrorInfo2(Result<?>, Result<T>) - Static method in class app.myoss.cloud.core.lang.dto.TransformValue
-
复制 Result 中的错误信息,只会复制目标中的 success/errorCode/errorMsg 值
- copyProperties(Object, Object, Class<?>, boolean, String...) - Static method in class app.myoss.cloud.core.lang.bean.BeanUtil
-
Copy the property values of the given source bean into the given target
bean.
- copyToByteArray(InputStream) - Static method in class app.myoss.cloud.core.lang.io.StreamUtil
-
Copy the contents of the given InputStream into a new byte array.
- copyToString(InputStream, Charset) - Static method in class app.myoss.cloud.core.lang.io.StreamUtil
-
Copy the contents of the given InputStream into a String.
- CORE_CONFIG_PREFIX - Static variable in interface app.myoss.cloud.core.constants.MyossConstants
-
myoss cloud 核心配置前缀
- CoreCommonEnvironmentPostProcessor - Class in app.myoss.cloud.core.spring.boot.config
-
加载核心自定义基础配置信息,保存到 spring Environment 中
- CoreCommonEnvironmentPostProcessor() - Constructor for class app.myoss.cloud.core.spring.boot.config.CoreCommonEnvironmentPostProcessor
-
- createDirectories(Path) - Static method in class app.myoss.cloud.core.lang.io.FileUtil
-
根据 Path 创建多个子文件夹
- createDirectory(Path) - Static method in class app.myoss.cloud.core.lang.io.FileUtil
-
根据 Path 创建一个子文件夹,父级目录必须已经存在