您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
C
D
E
F
G
H
I
N
O
P
R
S
T
V
A
Assert
-
org.huiche.support
中的类
断言工具类
Assert()
- 类 的构造器org.huiche.support.
Assert
C
camel2snake(String)
- 类 中的静态方法org.huiche.support.
NamingUtil
Column
-
org.huiche.annotation
中的注释类型
标注属性/字段的注解
D
DEFAULT
- 接口 中的静态变量org.huiche.support.
IdGenerator
DEFAULT_VALUE
- 注释类型 中的静态变量org.huiche.annotation.
Column
E
equals(String, T, T)
- 类 中的静态方法org.huiche.support.
Assert
判断两个对象相等, 否则抛异常
F
fail(String)
- 类 中的静态方法org.huiche.domain.
Result
G
generateNumberId()
- 接口 中的方法org.huiche.support.
IdGenerator
生成数字ID
generateStrId()
- 接口 中的方法org.huiche.support.
IdGenerator
生成字符串ID
getCode()
- 类 中的方法org.huiche.domain.
Result
getContent()
- 接口 中的方法org.huiche.domain.
Page
数据列表
getCreateTime()
- 类 中的方法org.huiche.domain.
SimpleEntity
getId()
- 类 中的方法org.huiche.domain.
SimpleEntity
getMsg()
- 类 中的方法org.huiche.domain.
Result
getPage()
- 接口 中的方法org.huiche.domain.
Page
第几页,1base
getPage()
- 类 中的方法org.huiche.domain.
PageRequest
getPayload()
- 类 中的方法org.huiche.domain.
Result
getSize()
- 接口 中的方法org.huiche.domain.
Page
每页条数
getSize()
- 类 中的方法org.huiche.domain.
PageRequest
getTotal()
- 接口 中的方法org.huiche.domain.
Page
总数
getTotalPage()
- 接口 中的方法org.huiche.domain.
Page
总页数
getUpdateTime()
- 类 中的方法org.huiche.domain.
SimpleEntity
H
HuicheException
-
org.huiche.exception
中的异常错误
HuicheException(String)
- 异常错误 的构造器org.huiche.exception.
HuicheException
HuicheException(String, Throwable)
- 异常错误 的构造器org.huiche.exception.
HuicheException
HuicheIllegalArgumentException
-
org.huiche.exception
中的异常错误
HuicheIllegalArgumentException(String)
- 异常错误 的构造器org.huiche.exception.
HuicheIllegalArgumentException
HuicheIllegalArgumentException(String, Throwable)
- 异常错误 的构造器org.huiche.exception.
HuicheIllegalArgumentException
I
IdGenerator
-
org.huiche.support
中的接口
ifNotEmpty(String, Supplier<Boolean>, Object...)
- 类 中的静态方法org.huiche.support.
Assert
通过先决参数不为空,其后判断表达式,false 抛异常
ifTest(String, boolean, Supplier<Boolean>)
- 类 中的静态方法org.huiche.support.
Assert
先判断先决条件,再判断表达式,false 抛异常
isAllEmpty(String, Collection<Object>)
- 类 中的静态方法org.huiche.support.
Assert
判断所有元素都是空的,否则抛异常
isEmpty(String, Object)
- 类 中的静态方法org.huiche.support.
Assert
传入参数必须是空,否则抛异常
isEmpty(String, Object, Object)
- 类 中的静态方法org.huiche.support.
Assert
传入参数必须是空, 否则抛异常
isEmpty(String, Object, Object, Object)
- 类 中的静态方法org.huiche.support.
Assert
传入参数必须是空, 否则抛异常
isIn(String, T, List<T>)
- 类 中的静态方法org.huiche.support.
Assert
判断指定对象是否在指定范围内
N
NamingUtil
-
org.huiche.support
中的类
NamingUtil()
- 类 的构造器org.huiche.support.
NamingUtil
notAllEmpty(String, Collection<Object>)
- 类 中的静态方法org.huiche.support.
Assert
判断所有元素全都是不是空的,否则抛异常
notAnyEmpty(String, Collection<Object>)
- 类 中的静态方法org.huiche.support.
Assert
判断所有元素都不能是空的,否则抛异常
notEmpty(String, Object)
- 类 中的静态方法org.huiche.support.
Assert
判断参数不是空的, 否则抛异常
notEmpty(String, Object, Object)
- 类 中的静态方法org.huiche.support.
Assert
判断参数不是空的, 否则抛异常
notEmpty(String, Object, Object, Object)
- 类 中的静态方法org.huiche.support.
Assert
判断参数不是空的, 否则抛异常
notEmpty(String, Object, Object, Object, Object)
- 类 中的静态方法org.huiche.support.
Assert
判断参数不是空的, 否则抛异常
notEmpty(String, Object, Object, Object, Object, Object)
- 类 中的静态方法org.huiche.support.
Assert
判断参数不是空的, 否则抛异常,超过5个需要判断的值时,手动调用多次即可
notEmpty(String, T, Function<T, Collection<Object>>)
- 类 中的静态方法org.huiche.support.
Assert
判断先决条件不是空的, 其后判断其指定子属性, 不能是空的, 否则抛异常
notEquals(String, Object, Object)
- 类 中的静态方法org.huiche.support.
Assert
判断两个对象不相等, 否则抛异常
notIn(String, T, List<T>)
- 类 中的静态方法org.huiche.support.
Assert
判断指定对象不在指定范围内
O
of(Object)
- 类 中的静态方法org.huiche.domain.
Result
of(String, String)
- 类 中的静态方法org.huiche.domain.
Result
ok()
- 类 中的静态方法org.huiche.domain.
Result
ok(String, boolean)
- 类 中的静态方法org.huiche.support.
Assert
判断条件为true,否则抛异常
org.huiche.annotation
- 程序包 org.huiche.annotation
org.huiche.domain
- 程序包 org.huiche.domain
org.huiche.exception
- 程序包 org.huiche.exception
org.huiche.support
- 程序包 org.huiche.support
P
Page
<
T
> -
org.huiche.domain
中的接口
page()
- 接口 中的方法org.huiche.domain.
Pageable
获取页数
page()
- 类 中的方法org.huiche.domain.
PageRequest
Pageable
-
org.huiche.domain
中的接口
PageRequest
-
org.huiche.domain
中的类
PageRequest()
- 类 的构造器org.huiche.domain.
PageRequest
parseJdbcType(Class<?>)
- 类 中的静态方法org.huiche.support.
TypeMapping
parseJdbcType(String)
- 类 中的静态方法org.huiche.support.
TypeMapping
pascal2camel(String)
- 类 中的静态方法org.huiche.support.
NamingUtil
PrimaryKey
-
org.huiche.support
中的枚举
R
ReflectUtil
-
org.huiche.support
中的类
ReflectUtil()
- 类 的构造器org.huiche.support.
ReflectUtil
Result
-
org.huiche.domain
中的类
Result()
- 类 的构造器org.huiche.domain.
Result
S
scanFields(Class<?>, Predicate<Field>)
- 类 中的静态方法org.huiche.support.
ReflectUtil
scanNormalFields(Class<?>)
- 类 中的静态方法org.huiche.support.
ReflectUtil
setCreateTime(LocalDateTime)
- 类 中的方法org.huiche.domain.
SimpleEntity
setId(Integer)
- 类 中的方法org.huiche.domain.
SimpleEntity
setPage(Long)
- 类 中的方法org.huiche.domain.
PageRequest
setPayload(Object)
- 类 中的方法org.huiche.domain.
Result
setSize(Long)
- 类 中的方法org.huiche.domain.
PageRequest
setUpdateTime(LocalDateTime)
- 类 中的方法org.huiche.domain.
SimpleEntity
SimpleEntity
-
org.huiche.domain
中的类
SimpleEntity()
- 类 的构造器org.huiche.domain.
SimpleEntity
size()
- 接口 中的方法org.huiche.domain.
Pageable
获取数量
size()
- 类 中的方法org.huiche.domain.
PageRequest
T
Table
-
org.huiche.annotation
中的注释类型
标注实体类的表注解
toString()
- 类 中的方法org.huiche.domain.
PageRequest
TypeMapping
-
org.huiche.support
中的类
TypeMapping()
- 类 的构造器org.huiche.support.
TypeMapping
V
valueOf(String)
- 枚举 中的静态方法org.huiche.support.
PrimaryKey
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法org.huiche.support.
PrimaryKey
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A
C
D
E
F
G
H
I
N
O
P
R
S
T
V
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2018–2023. All rights reserved.