接口的使用
me.youm.frame.common.enums.EnumInterface
-
使用EnumInterface的程序包 程序包 说明 me.youm.frame.common.exception me.youm.frame.common.model me.youm.frame.common.myassert -
-
me.youm.frame.common.exception中EnumInterface的使用
实现EnumInterface的me.youm.frame.common.exception中的类 修饰符和类型 类 说明 classAliOssException异常状态码、异常消息 构造器CodeEnumclassAuthorityExceptionclassBusinessException异常状态码、异常消息 构造器CodeEnumclassPayExceptionclassRocketMqExceptionclassTokenException参数类型为EnumInterface的me.youm.frame.common.exception中的构造器 构造器 说明 AliOssException(EnumInterface enums, Object... args)BusinessException(EnumInterface enums, Object... args)PayException(EnumInterface enums, Object... args)RocketMqException(EnumInterface enums, Object... args) -
me.youm.frame.common.model中EnumInterface的使用
参数类型为EnumInterface的me.youm.frame.common.model中的方法 修饰符和类型 方法 说明 static <T> reactor.core.publisher.Mono<T>R. error(EnumInterface exceptionEnum)static Result<?>Result. error(EnumInterface failure) -
me.youm.frame.common.myassert中EnumInterface的使用
参数类型为EnumInterface的me.youm.frame.common.myassert中的方法 修饰符和类型 方法 说明 static voidMyAssert. hasLength(CharSequence str, EnumInterface exceptionEnum)static voidMyAssert. hasLength(String str, EnumInterface exceptionEnum)static voidMyAssert. hasText(CharSequence str, EnumInterface exceptionEnum)static voidMyAssert. hasText(String str, EnumInterface exceptionEnum)static voidMyAssert. isNotNull(Object object, EnumInterface exceptionEnum)static voidMyAssert. isNotTrue(boolean expression, EnumInterface exceptionEnum)static voidMyAssert. isNull(Object object, EnumInterface exceptionEnum)static voidMyAssert. isTrue(boolean expression, EnumInterface exceptionEnum)static voidMyAssert. notEmpty(Object[] array, EnumInterface exceptionEnum)static voidMyAssert. notEmpty(Collection<?> collection, EnumInterface exceptionEnum)static voidMyAssert. notEmpty(Map<?,?> map, EnumInterface exceptionEnum)static voidMyAssert. state(boolean expression, EnumInterface exceptionEnum)
-