JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
A
atStartOfDay(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
atStartOfDay()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
atStartOfHour(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
atStartOfHour()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
atStartOfMinute(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
atStartOfMinute()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
atStartOfMonth(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
atStartOfMonth()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
atStartOfSecond(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
atStartOfSecond()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
atStartOfWeek(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
atStartOfWeek()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
atStartOfYear(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
atStartOfYear(LocalDateTime)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
B
Base64
- Class in
com.fastjrun.common.helper
Base64()
- Constructor for class com.fastjrun.common.helper.
Base64
base64Decoder(String)
- Static method in class com.fastjrun.common.helper.
EncryptHelper
BASE64解码
base64Encoder(String)
- Static method in class com.fastjrun.common.helper.
EncryptHelper
BASE64编码
BaseException
- Exception in
com.fastjrun.common
BaseException(String, String)
- Constructor for exception com.fastjrun.common.
BaseException
build()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
builder()
- Constructor for class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
builder(LocalDateTime)
- Constructor for class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
bytes2hex(byte[])
- Static method in class com.fastjrun.common.helper.
StringHelper
C
char2byte(char)
- Static method in class com.fastjrun.common.helper.
StringHelper
clockSequence()
- Method in class com.fastjrun.common.helper.
UUID
The clock sequence value associated with this UUID.
code
- Variable in exception com.fastjrun.common.
BaseException
CODE_OK
- Static variable in interface com.fastjrun.common.
CodeMsgI
CODE_OK_MSG
- Static variable in interface com.fastjrun.common.
CodeMsgI
CodeMsgI
- Interface in
com.fastjrun.common
com.fastjrun.common
- package com.fastjrun.common
com.fastjrun.common.helper
- package com.fastjrun.common.helper
com.fastjrun.common.util
- package com.fastjrun.common.util
com.fastjrun.common.utils
- package com.fastjrun.common.utils
compareTo(Object)
- Method in class com.fastjrun.common.helper.
UUID
Compares this UUID with the specified UUID.
createArrayNode()
- Static method in class com.fastjrun.common.utils.
JacksonUtils
产生ArrayNode
createObjectNode()
- Static method in class com.fastjrun.common.utils.
JacksonUtils
产生ObjectNode
D
decode(String)
- Static method in class com.fastjrun.common.helper.
Base64
Decode an input String using Base64
decrypt(String, InputStream, OutputStream)
- Static method in class com.fastjrun.common.helper.
EncryptHelper
DEFAULT_ENCODING
- Static variable in class com.fastjrun.common.helper.
StringHelper
DF14
- Static variable in class com.fastjrun.common.helper.
TimeHelper
DF17
- Static variable in class com.fastjrun.common.helper.
TimeHelper
doCopy(InputStream, OutputStream)
- Static method in class com.fastjrun.common.helper.
EncryptHelper
E
encode(byte[])
- Static method in class com.fastjrun.common.helper.
Base64
Encode an array of bytes using Base64
encrypt(String, InputStream, OutputStream)
- Static method in class com.fastjrun.common.helper.
EncryptHelper
EncryptHelper
- Class in
com.fastjrun.common.helper
EncryptHelper()
- Constructor for class com.fastjrun.common.helper.
EncryptHelper
equals(Object)
- Method in class com.fastjrun.common.helper.
UUID
Compares this object to the specified object.
escape(String, Map<String, String>)
- Static method in class com.fastjrun.common.helper.
StringHelper
escapeSQL(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
escapeXML(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
F
FastJsonObjectMapper
- Class in
com.fastjrun.common.util
FastJsonObjectMapper()
- Constructor for class com.fastjrun.common.util.
FastJsonObjectMapper
format(String)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
format(LocalDateTime, String)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
根据pattern格式化时间
formatDuration(LocalDateTime, LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
获得形如:XXX 天 XXX 小时 XXX 分 XXX 秒 XXX 毫秒 的格式化后的时间间隔 如只想获得统一单位的时间间隔,请直接用 Duration
fromDate(Date)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
fromDate(Date)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
fromInstant(Instant)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
fromInstant(Instant)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
fromLocalDate(LocalDate)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
fromLocalDate(LocalDate)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
fromString(String)
- Static method in class com.fastjrun.common.helper.
UUID
Creates a
UUID
from the string standard representation as described in the
UUID.toString()
method.
fromTimestamp(long)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
fromTimestamp(long)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
G
getCode()
- Method in exception com.fastjrun.common.
BaseException
getCode()
- Method in interface com.fastjrun.common.
CodeMsgI
getCurrentTime(String)
- Static method in class com.fastjrun.common.helper.
TimeHelper
getDateInFormat(String, String)
- Static method in class com.fastjrun.common.helper.
TimeHelper
getFormatDate(Date, String)
- Static method in class com.fastjrun.common.helper.
TimeHelper
getLeastSignificantBits()
- Method in class com.fastjrun.common.helper.
UUID
Returns the least significant 64 bits of this UUID's 128 bit value.
getMostSignificantBits()
- Method in class com.fastjrun.common.helper.
UUID
Returns the most significant 64 bits of this UUID's 128 bit value.
getMsg()
- Method in exception com.fastjrun.common.
BaseException
getMsg()
- Method in interface com.fastjrun.common.
CodeMsgI
getOffsetDate(Date, int, int)
- Static method in class com.fastjrun.common.helper.
TimeHelper
getPicName()
- Static method in class com.fastjrun.common.helper.
UUID
getUUID()
- Static method in class com.fastjrun.common.helper.
UUID
业务处理描述
获取一个32位的UUID字符串
H
hashCode()
- Method in class com.fastjrun.common.helper.
UUID
Returns a hash code for this
UUID
.
hex2bytes(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
I
internalDecode(String)
- Method in class com.fastjrun.common.helper.
Base64
Decode an input String using Base64
internalEncode(byte[])
- Method in class com.fastjrun.common.helper.
Base64
Encode an array of bytes using Base64
invokeMethodName(String)
- Static method in class com.fastjrun.common.utils.
JacksonUtils
isEmpty(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
判断字符串是否为空
isNotEmpty(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
判断字符串是否不为空
J
JacksonUtils
- Class in
com.fastjrun.common.utils
JacksonUtils()
- Constructor for class com.fastjrun.common.utils.
JacksonUtils
L
LocalDateTimeHelper
- Class in
com.fastjrun.common.helper
LocalDateTimeHelper()
- Constructor for class com.fastjrun.common.helper.
LocalDateTimeHelper
LocalDateTimeHelper.builder
- Class in
com.fastjrun.common.helper
M
md5Digest(String)
- Static method in class com.fastjrun.common.helper.
EncryptHelper
MD5数字签名
minusDays(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
minusHours(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
minusMinutes(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
minusMonths(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
minusNanos(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
minusSeconds(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
minusWeeks(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
minusYears(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
msg
- Variable in exception com.fastjrun.common.
BaseException
N
nameUUIDFromBytes(byte[])
- Static method in class com.fastjrun.common.helper.
UUID
Static factory to retrieve a type 3 (name based)
UUID
based on the specified byte array.
node()
- Method in class com.fastjrun.common.helper.
UUID
The node value associated with this UUID.
now()
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
O
objectMapper
- Static variable in class com.fastjrun.common.utils.
JacksonUtils
P
parse(String)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
parse(String)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
【推荐】解析常用时间字符串,支持,并不局限于以下形式: [yyyy][yyyy-MM][yyyy-MM-dd][yyyy-MM-dd HH][yyyy-MM-dd HH:mm][yyyy-MM-dd HH:mm:ss][yyyy-MM-dd HH:mm:ss:SSS] [yyyy][yyyy/MM][yyyy/MM/dd][yyyy/MM/dd HH][yyyy/MM/dd HH:mm][yyyy/MM/dd HH:mm:ss][yyyy/MM/dd HH:mm:ss:SSS] [yyyy][yyyy.MM][yyyy.MM.dd][yyyy.MM.dd HH][yyyy.MM.dd HH.mm][yyyy.MM.dd HH.mm.ss][yyyy.MM .dd HH.mm.ss.SSS] [yyyy][yyyyMM][yyyyMMdd][yyyyMMddHH][yyyyMMddHHmm][yyyyMMddHHmmss] [MM-dd] 不支持yyyyMMddHHmmssSSS,因为本身DateTimeFormatter.ofPattern("yyyyMMddHHmmssSSS")就不支持这个形式
parseByPattern(String, String)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
parseByPattern(String, String)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
根据传进来的pattern返回LocalDateTime,自动补齐
plusDays(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
plusHours(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
plusMinutes(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
plusMonths(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
plusNanos(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
plusSeconds(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
plusWeeks(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
plusYears(long)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
R
randomUUID()
- Static method in class com.fastjrun.common.helper.
UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
readList(JsonNode, Class<T>)
- Static method in class com.fastjrun.common.utils.
JacksonUtils
json数组转List
readValue(String, Class<T>)
- Static method in class com.fastjrun.common.utils.
JacksonUtils
使用泛型方法,把json字符串转换为相应的JavaBean对象或者把得到的数组转换为特定类型的List
removeComma(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
去掉字符串中的逗号 例如:去掉金额字符串中的逗号
replace(String, String)
- Static method in class com.fastjrun.common.helper.
StringHelper
S
StringHelper
- Class in
com.fastjrun.common.helper
StringHelper()
- Constructor for class com.fastjrun.common.helper.
StringHelper
T
TimeHelper
- Class in
com.fastjrun.common.helper
TimeHelper()
- Constructor for class com.fastjrun.common.helper.
TimeHelper
timestamp()
- Method in class com.fastjrun.common.helper.
UUID
The timestamp value associated with this UUID.
toDate()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
toDate(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
toHexString(byte[], char)
- Static method in class com.fastjrun.common.helper.
StringHelper
Converts a byte array to hex string
toHexString(byte[])
- Static method in class com.fastjrun.common.helper.
StringHelper
Converts a byte array to hex string
toInstant()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
toInstant(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
toJSon(Object)
- Static method in class com.fastjrun.common.utils.
JacksonUtils
把JavaBean转换为json字符串
toJsonNode(String)
- Static method in class com.fastjrun.common.utils.
JacksonUtils
把string转换为jsonNode
toLetter(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
将字符串中的非字母转换成字母
toLetterOrDigit(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
将字符串中的非字符转换成字母X
toLocalDate()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
toLocalDate(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
toLowerCaseFirstOne(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
toString()
- Method in class com.fastjrun.common.helper.
UUID
Returns a
String
object representing this
UUID
.
toTimestamp()
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
toTimestamp(LocalDateTime)
- Static method in class com.fastjrun.common.helper.
LocalDateTimeHelper
toUpperCaseFirstOne(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
trim(String)
- Static method in class com.fastjrun.common.helper.
StringHelper
U
UUID
- Class in
com.fastjrun.common.helper
A class that represents an immutable universally unique identifier (UUID).
UUID(long, long)
- Constructor for class com.fastjrun.common.helper.
UUID
Constructs a new
UUID
using the specified data.
V
variant()
- Method in class com.fastjrun.common.helper.
UUID
The variant number associated with this
UUID
.
version()
- Method in class com.fastjrun.common.helper.
UUID
The version number associated with this
UUID
.
W
withDayOfMonth(int)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
withDayOfYear(int)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
withHour(int)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
withMinute(int)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
withMonth(int)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
withNano(int)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
withSecond(int)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
withYear(int)
- Method in class com.fastjrun.common.helper.
LocalDateTimeHelper.builder
Y
YYYY
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYY_MM
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYY_MM_DD
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYY_MM_DD_HH
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYY_MM_DD_HH_MM
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYY_MM_DD_HH_MM_SS
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYYMM
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYYMMDD
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYYMMDDHH
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYYMMDDHHMM
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
YYYYMMDDHHMMSS
- Static variable in class com.fastjrun.common.helper.
LocalDateTimeHelper
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023. All rights reserved.