跳过导航链接
A B C D E F H I K L P R S T U V 

A

accept(E) - 接口 中的方法develop.framework.commons.components.Extractable
是否允许提取
addCustomEntities(T[]) - 类 中的方法develop.framework.commons.components.EntityChain
添加自定义实体
addCustomEntities(T[]) - 类 中的方法develop.framework.commons.components.EntityRegistry
添加自定义实体
addReason(String, Object) - 异常错误 中的方法develop.framework.commons.exceptions.BusinessException
添加原因
Assert - develop.framework.commons.utils中的类
断言
Assert() - 类 的构造器develop.framework.commons.utils.Assert
 
assistExist(T, RuntimeException) - 类 中的静态方法develop.framework.commons.utils.Sugar
断言存在,不存在将会抛出异常e

B

BusinessException - develop.framework.commons.exceptions中的异常错误
因为业务原因而导致的异常
BusinessException(String) - 异常错误 的构造器develop.framework.commons.exceptions.BusinessException
 
BusinessException(String, Object...) - 异常错误 的构造器develop.framework.commons.exceptions.BusinessException
 

C

chain - 类 中的变量develop.framework.commons.components.EntityChain
 
CustomMoneyDeserializer - develop.framework.commons.jackson中的类
Jackson对于金额的处理 处理成以分为单位的整型数值
CustomMoneyDeserializer() - 类 的构造器develop.framework.commons.jackson.CustomMoneyDeserializer
 

D

DateRange - develop.framework.commons.components中的类
日期时间范围
DateRange(Date, Date) - 类 的构造器develop.framework.commons.components.DateRange
 
DEFAULT_INDEX - 类 中的静态变量develop.framework.commons.components.Pager
 
DEFAULT_SIZE - 类 中的静态变量develop.framework.commons.components.Pager
 
defaultEntity() - 类 中的方法develop.framework.commons.components.EntityChain
提供默认实体
defaultEntity() - 类 中的方法develop.framework.commons.components.EntityRegistry
提供默认实体
deserialize(JsonParser, DeserializationContext) - 类 中的方法develop.framework.commons.jackson.CustomMoneyDeserializer
 
develop.framework.commons.components - 程序包 develop.framework.commons.components
 
develop.framework.commons.enums - 程序包 develop.framework.commons.enums
 
develop.framework.commons.exceptions - 程序包 develop.framework.commons.exceptions
 
develop.framework.commons.jackson - 程序包 develop.framework.commons.jackson
 
develop.framework.commons.utils - 程序包 develop.framework.commons.utils
 

E

encrypt(String) - 类 中的方法develop.framework.commons.components.Password
加密算法
encryptPassword - 类 中的变量develop.framework.commons.components.Password
 
EntityChain<T extends Extractable<E>,E> - develop.framework.commons.components中的类
实体链
EntityChain() - 类 的构造器develop.framework.commons.components.EntityChain
 
entityMap - 类 中的变量develop.framework.commons.components.EntityRegistry
 
EntityRegistry<T extends EntitySign<K>,K> - develop.framework.commons.components中的类
实体注册器
EntityRegistry() - 类 的构造器develop.framework.commons.components.EntityRegistry
 
EntitySign<K> - develop.framework.commons.components中的接口
实体记号接口
equals(Object) - 类 中的方法develop.framework.commons.components.KeyValuePair
 
equals(Object) - 类 中的方法develop.framework.commons.components.Password
 
equalsEncryptPassword(String) - 类 中的方法develop.framework.commons.components.Password
比较加密密码字符串
exist(T) - 类 中的静态方法develop.framework.commons.utils.Sugar
判定存在
extract(E) - 类 中的方法develop.framework.commons.components.EntityChain
提取
extract(K) - 类 中的方法develop.framework.commons.components.EntityRegistry
提取
Extractable<E> - develop.framework.commons.components中的接口
可提取能力接口
extractOrDefault(E, T) - 类 中的方法develop.framework.commons.components.EntityChain
提取,失败使用默认值
extractOrDefault(K, T) - 类 中的方法develop.framework.commons.components.EntityRegistry
提取,失败使用默认值
extractRequired(E, RuntimeException) - 类 中的方法develop.framework.commons.components.EntityChain
强制提取
extractRequired(K, RuntimeException) - 类 中的方法develop.framework.commons.components.EntityRegistry
强制提取

F

FormatRuntimeException - develop.framework.commons.exceptions中的异常错误
带格式化的运行时异常
FormatRuntimeException() - 异常错误 的构造器develop.framework.commons.exceptions.FormatRuntimeException
 
FormatRuntimeException(String) - 异常错误 的构造器develop.framework.commons.exceptions.FormatRuntimeException
 
FormatRuntimeException(String, Object...) - 异常错误 的构造器develop.framework.commons.exceptions.FormatRuntimeException
 
FormatRuntimeException(String, Throwable) - 异常错误 的构造器develop.framework.commons.exceptions.FormatRuntimeException
 
FormatRuntimeException(String, Throwable, Object...) - 异常错误 的构造器develop.framework.commons.exceptions.FormatRuntimeException
 
FrameworkException - develop.framework.commons.exceptions中的异常错误
异常基类
FrameworkException(Level, String) - 异常错误 的构造器develop.framework.commons.exceptions.FrameworkException
 
FrameworkException(Level, String, Object...) - 异常错误 的构造器develop.framework.commons.exceptions.FrameworkException
 
FrameworkException(Level, String, Throwable) - 异常错误 的构造器develop.framework.commons.exceptions.FrameworkException
 
FrameworkException(Level, String, Throwable, Object...) - 异常错误 的构造器develop.framework.commons.exceptions.FrameworkException
 

H

hashCode() - 类 中的方法develop.framework.commons.components.KeyValuePair
 
hashCode() - 类 中的方法develop.framework.commons.components.Password
 

I

index - 类 中的变量develop.framework.commons.components.Pager
 
isBetween() - 类 中的方法develop.framework.commons.components.Range
 
isOnlyFrom() - 类 中的方法develop.framework.commons.components.Range
 
isOnlyTo() - 类 中的方法develop.framework.commons.components.Range
 

K

key() - 接口 中的方法develop.framework.commons.components.EntitySign
识别名
key - 类 中的变量develop.framework.commons.components.KeyValuePair
 
KeyValuePair<K,V> - develop.framework.commons.components中的类
键值对结构体
KeyValuePair() - 类 的构造器develop.framework.commons.components.KeyValuePair
 
KeyValuePair(K, V) - 类 的构造器develop.framework.commons.components.KeyValuePair
 

L

Level - develop.framework.commons.enums中的枚举
异常级别
level - 异常错误 中的变量develop.framework.commons.exceptions.FrameworkException
 

P

Pager - develop.framework.commons.components中的类
分页请求参数信息
Pager() - 类 的构造器develop.framework.commons.components.Pager
 
Pager(int, int) - 类 的构造器develop.framework.commons.components.Pager
 
PagerResult<T> - develop.framework.commons.components中的类
分页列表结果
PagerResult(Pager, List<T>, int) - 类 的构造器develop.framework.commons.components.PagerResult
 
parse(String, String, String) - 类 中的静态方法develop.framework.commons.components.DateRange
 
Password - develop.framework.commons.components中的类
不可逆密码基类
Password(String) - 类 的构造器develop.framework.commons.components.Password
 

R

Range<Y extends Comparable<? super Y>> - develop.framework.commons.components中的类
 
Range(Y, Y) - 类 的构造器develop.framework.commons.components.Range
 
RangeException - develop.framework.commons.exceptions中的异常错误
范围异常
RangeException(String) - 异常错误 的构造器develop.framework.commons.exceptions.RangeException
 
RangeException(String, Object...) - 异常错误 的构造器develop.framework.commons.exceptions.RangeException
 
reasons - 异常错误 中的变量develop.framework.commons.exceptions.BusinessException
 
resourceExist(String, T) - 类 中的静态方法develop.framework.commons.utils.Assert
断言资源存在
resourceExist(String, Optional<T>) - 类 中的静态方法develop.framework.commons.utils.Assert
断言资源存在
ResourceNotExistException - develop.framework.commons.exceptions中的异常错误
资源不存在异常
ResourceNotExistException(String) - 异常错误 的构造器develop.framework.commons.exceptions.ResourceNotExistException
 

S

size - 类 中的变量develop.framework.commons.components.Pager
 
Sugar - develop.framework.commons.utils中的类
语法糖

T

toString() - 类 中的方法develop.framework.commons.components.KeyValuePair
 
toString() - 类 中的方法develop.framework.commons.components.Password
 

U

UnexpectedException - develop.framework.commons.exceptions中的异常错误
意外的异常
UnexpectedException(Throwable, String) - 异常错误 的构造器develop.framework.commons.exceptions.UnexpectedException
 
UnexpectedException(Throwable, String, Object...) - 异常错误 的构造器develop.framework.commons.exceptions.UnexpectedException
 
UnexpectedException(Throwable) - 异常错误 的构造器develop.framework.commons.exceptions.UnexpectedException
 
use(T, RuntimeException) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,不存在将会抛出异常e
use(T, RuntimeException, Consumer<T>) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,用于无返回值的consumer,不存在将会抛出异常e
use(T, RuntimeException, Function<T, R>) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,用于有返回值的function,不存在将会抛出异常e
useElseDefault(T, T) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,不存在将会使用defaultValue
useElseDefault(T, T, Consumer<T>) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,不存在将会使用defaultValue,用于无返回值的consumer
useElseDefault(T, T, Function<T, R>) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,不存在将会使用defaultValue,用于有返回值的function
useElseSupplier(T, Supplier<T>) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,不存在将会使用supplier提供值
useElseSupplier(T, Supplier<T>, Consumer<T>) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,不存在将会使用supplier提供值,用于无返回值的consumer
useElseSupplier(T, Supplier<T>, Function<T, R>) - 类 中的静态方法develop.framework.commons.utils.Sugar
使用value,不存在将会使用supplier提供值,用于有返回值的function

V

ValidatedArgumentException - develop.framework.commons.exceptions中的异常错误
验证参数异常
ValidatedArgumentException(List<KeyValuePair<String, String>>) - 异常错误 的构造器develop.framework.commons.exceptions.ValidatedArgumentException
 
value - 类 中的变量develop.framework.commons.components.KeyValuePair
 
valueOf(String) - 枚举 中的静态方法develop.framework.commons.enums.Level
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法develop.framework.commons.enums.Level
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F H I K L P R S T U V 
跳过导航链接

Copyright © 2018. All rights reserved.