- identityToString(Object) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of an object's overall identity.
- isApiSuccess() - 类 中的方法com.sdgd.auth.api.base.AbstractSignResponse
-
请求api是否成功
- isArray(Object) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Determine whether the given object is an array:
either an Object array or a primitive array.
- isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that superType.isAssignableFrom(subType) is true.
- isAssignable(Class<?>, Class<?>, Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that superType.isAssignableFrom(subType) is true.
- isAssignable(Class<?>, Class<?>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that superType.isAssignableFrom(subType) is true.
- isCheckedException(Throwable) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return whether the given throwable is a checked exception:
that is, neither a RuntimeException nor an Error.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Check whether the given exception is compatible with the specified
exception types, as declared in a throws clause.
- isDefault(String) - 枚举 中的静态方法com.sdgd.auth.api.enums.ContentType
-
- isEmpty(Collection<?>) - 类 中的静态方法com.sdgd.auth.api.utils.CollectionUtils
-
Return true if the supplied Collection is null or empty.
- isEmpty(Map<?, ?>) - 类 中的静态方法com.sdgd.auth.api.utils.CollectionUtils
-
Return true if the supplied Map is null or empty.
- isEmpty(Object[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Determine whether the given array is empty:
i.e.
- isEmpty(Object) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Determine whether the given object is empty.
- isEmpty(String) - 类 中的静态方法com.sdgd.auth.api.utils.StringUtils
-
检查指定的字符串是否为空。
- isFormUrlEncoed(String) - 枚举 中的静态方法com.sdgd.auth.api.enums.ContentType
-
- isGatewaySuccess() - 类 中的方法com.sdgd.auth.api.base.AbstractSignResponse
-
网关是否请求成功
- isInstanceOf(Class<?>, Object, String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that the provided object is an instance of the provided class.
- isNull(Object, String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that an object is null.
- isNull(Object, Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that an object is null.
- isNull(Object) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
- isNumeric(Object) - 类 中的静态方法com.sdgd.auth.api.utils.StringUtils
-
检查对象是否为数字型字符串,包含负数开头的。
- isSuccess() - 类 中的方法com.sdgd.auth.api.base.AbstractSignResponse
-
是否请求成功
- isTrue(boolean, String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert a boolean expression, throwing an IllegalArgumentException
if the expression evaluates to false.
- isTrue(boolean, Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert a boolean expression, throwing an IllegalArgumentException
if the expression evaluates to false.
- isTrue(boolean) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
- noNullElements(Object[], String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that an array contains no null elements.
- noNullElements(Object[], Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that an array contains no null elements.
- noNullElements(Object[]) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
- notEmpty(Object[], String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that an array contains elements; that is, it must not be
null and must contain at least one element.
- notEmpty(Object[], Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that an array contains elements; that is, it must not be
null and must contain at least one element.
- notEmpty(Object[]) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
- notEmpty(Collection<?>, String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that a collection contains elements; that is, it must not be
null and must contain at least one element.
- notEmpty(Collection<?>, Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that a collection contains elements; that is, it must not be
null and must contain at least one element.
- notEmpty(Collection<?>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
- notEmpty(Map<?, ?>, String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that a Map contains entries; that is, it must not be null
and must contain at least one entry.
- notEmpty(Map<?, ?>, Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that a Map contains entries; that is, it must not be null
and must contain at least one entry.
- notEmpty(Map<?, ?>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
- notNull(Object, String) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that an object is not null.
- notNull(Object, Supplier<String>) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
Assert that an object is not null.
- notNull(Object) - 类 中的静态方法com.sdgd.auth.api.utils.Assert
-
- nullSafeClassName(Object) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Determine the class name for the given object.
- nullSafeEquals(Object, Object) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Determine if the given objects are equal, returning true if
both are null or false if only one is null.
- nullSafeHashCode(Object) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return as hash code for the given object; typically the value of
Object#hashCode()}.
- nullSafeHashCode(Object[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(boolean[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeToString(Object) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the specified Object.
- nullSafeToString(Object[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(boolean[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(byte[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(char[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(double[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(float[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(int[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(long[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(short[]) - 类 中的静态方法com.sdgd.auth.api.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.