Skip navigation links
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编码
BaseApplicationClient<T extends BaseClient> - Class in com.fastjrun.client
 
BaseApplicationClient() - Constructor for class com.fastjrun.client.BaseApplicationClient
 
baseClient - Variable in class com.fastjrun.client.BaseApplicationClient
 
BaseClient - Class in com.fastjrun.client
 
BaseClient() - Constructor for class com.fastjrun.client.BaseClient
 
baseClient - Variable in class com.fastjrun.client.BaseHTTPClient
 
BaseCodeMsgConstants - Interface in com.fastjrun.client.common
 
BaseCodeMsgConstants.BaseCodeMsg - Enum in com.fastjrun.client.common
 
BaseException - Exception in com.fastjrun.client.common
 
BaseException(String, String) - Constructor for exception com.fastjrun.client.common.BaseException
 
baseExchange - Variable in class com.fastjrun.client.BaseHTTPClient
 
BaseHTTPClient<U extends BaseHTTPUtilClient,M extends BaseHTTPExchange> - Class in com.fastjrun.client
 
BaseHTTPClient() - Constructor for class com.fastjrun.client.BaseHTTPClient
 
BaseHTTPExchange<U extends BaseHTTPRequestEncoder,V extends BaseHTTPResponseDecoder> - Class in com.fastjrun.client.exchange
 
BaseHTTPExchange() - Constructor for class com.fastjrun.client.exchange.BaseHTTPExchange
 
BaseHTTPRequestEncoder - Class in com.fastjrun.client.exchange
 
BaseHTTPRequestEncoder() - Constructor for class com.fastjrun.client.exchange.BaseHTTPRequestEncoder
 
BaseHTTPResponseDecoder - Class in com.fastjrun.client.exchange
 
BaseHTTPResponseDecoder() - Constructor for class com.fastjrun.client.exchange.BaseHTTPResponseDecoder
 
BaseHTTPUtilClient - Class in com.fastjrun.client.util
 
BaseHTTPUtilClient() - Constructor for class com.fastjrun.client.util.BaseHTTPUtilClient
 
BaseRequestEncoder - Class in com.fastjrun.client.exchange
 
BaseRequestEncoder() - Constructor for class com.fastjrun.client.exchange.BaseRequestEncoder
 
BaseResponseDecoder - Class in com.fastjrun.client.exchange
 
BaseResponseDecoder() - Constructor for class com.fastjrun.client.exchange.BaseResponseDecoder
 
baseUrl - Variable in class com.fastjrun.client.util.BaseHTTPUtilClient
 
BaseUtilClient - Class in com.fastjrun.client.util
 
BaseUtilClient() - Constructor for class com.fastjrun.client.util.BaseUtilClient
 
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
 
ClientException - Exception in com.fastjrun.client.common
 
ClientException(String, String) - Constructor for exception com.fastjrun.client.common.ClientException
 
ClientException(CodeMsgI) - Constructor for exception com.fastjrun.client.common.ClientException
 
clockSequence() - Method in class com.fastjrun.common.helper.UUID
The clock sequence value associated with this UUID.
code - Variable in exception com.fastjrun.client.common.BaseException
 
CODE_ClIENT_NETWORK_NOT_AVAILABLE - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_REQUEST_COMPOSE_FAIL - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_REQUEST_QUERYSTRING_ENCODE_FAIL - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_RESPONSE_BODY_NOT_VALID - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_RESPONSE_EMPTY - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_CLIENT_RESPONSE_HEAD_CODE_EMPTY - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_CLIENT_RESPONSE_HEAD_CODE_NULL - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_RESPONSE_HEAD_MSG_EMPTY - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_RESPONSE_HEAD_MSG_NULL - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_CLIENT_RESPONSE_HEAD_NULL - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_RESPONSE_NOT_OK - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_RESPONSE_NOT_VALID - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_ClIENT_SERVER_EXCEPTION - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CODE_OK - Static variable in interface com.fastjrun.client.common.BaseCodeMsgConstants
 
CODE_OK - Static variable in interface com.fastjrun.client.common.CodeMsgConstants
 
CodeMsgConstants - Interface in com.fastjrun.client.common
 
CodeMsgConstants.CodeMsg - Enum in com.fastjrun.client.common
 
CodeMsgI - Interface in com.fastjrun.client.common
 
com.fastjrun.client - package com.fastjrun.client
 
com.fastjrun.client.common - package com.fastjrun.client.common
 
com.fastjrun.client.exchange - package com.fastjrun.client.exchange
 
com.fastjrun.client.util - package com.fastjrun.client.util
 
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
 
DefaultHTTPUtilClient - Class in com.fastjrun.client.util
 
DefaultHTTPUtilClient() - Constructor for class com.fastjrun.client.util.DefaultHTTPUtilClient
 
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
 
execute(String, String, Map<String, String>, Map<String, String>, Map<String, String>, Object) - Method in class com.fastjrun.client.BaseHTTPClient
 

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

generateRequestBody(Object) - Method in class com.fastjrun.client.exchange.BaseHTTPExchange
 
generateRequestBody(Object) - Method in class com.fastjrun.client.exchange.BaseHTTPRequestEncoder
 
generateUrlSuffix() - Method in class com.fastjrun.client.BaseHTTPClient
 
getBaseClient() - Method in class com.fastjrun.client.BaseApplicationClient
 
getBaseUrl() - Method in class com.fastjrun.client.util.BaseHTTPUtilClient
 
getCode() - Method in enum com.fastjrun.client.common.BaseCodeMsgConstants.BaseCodeMsg
 
getCode() - Method in exception com.fastjrun.client.common.BaseException
 
getCode() - Method in enum com.fastjrun.client.common.CodeMsgConstants.CodeMsg
 
getCode() - Method in interface com.fastjrun.client.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 enum com.fastjrun.client.common.BaseCodeMsgConstants.BaseCodeMsg
 
getMsg() - Method in exception com.fastjrun.client.common.BaseException
 
getMsg() - Method in enum com.fastjrun.client.common.CodeMsgConstants.CodeMsg
 
getMsg() - Method in interface com.fastjrun.client.common.CodeMsgI
 
getObjectMapper() - Method in class com.fastjrun.client.exchange.BaseHTTPRequestEncoder
 
getObjectMapper() - Method in class com.fastjrun.client.exchange.BaseHTTPResponseDecoder
 
getOffsetDate(Date, int, int) - Static method in class com.fastjrun.common.helper.TimeHelper
 
getPicName() - Static method in class com.fastjrun.common.helper.UUID
 
getRequestHeaderDefault() - Method in class com.fastjrun.client.util.BaseHTTPUtilClient
 
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

initSDKConfig() - Method in class com.fastjrun.client.BaseApplicationClient
 
initSDKConfig() - Method in class com.fastjrun.client.BaseClient
 
initUtilClient(String) - Method in class com.fastjrun.client.BaseHTTPClient
 
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
 
log - Variable in class com.fastjrun.client.BaseApplicationClient
 
log - Variable in class com.fastjrun.client.BaseClient
 
log - Variable in class com.fastjrun.client.exchange.BaseRequestEncoder
 
log - Variable in class com.fastjrun.client.exchange.BaseResponseDecoder
 
log - Variable in class com.fastjrun.client.util.BaseUtilClient
 

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.client.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 - Variable in class com.fastjrun.client.exchange.BaseHTTPRequestEncoder
 
objectMapper - Variable in class com.fastjrun.client.exchange.BaseHTTPResponseDecoder
 
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")就不支持这个形式
parseBodyFromResponse(String) - Method in class com.fastjrun.client.exchange.BaseHTTPResponseDecoder
 
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,自动补齐
parseListFromResponse(String, Class<T>) - Method in class com.fastjrun.client.BaseHTTPClient
 
parseListFromResponse(String, Class<T>) - Method in class com.fastjrun.client.exchange.BaseHTTPExchange
 
parseListFromResponse(String, Class<T>) - Method in class com.fastjrun.client.exchange.BaseHTTPResponseDecoder
 
parseObjectFromResponse(String, Class<T>) - Method in class com.fastjrun.client.BaseHTTPClient
 
parseObjectFromResponse(String, Class<T>) - Method in class com.fastjrun.client.exchange.BaseHTTPExchange
 
parseObjectFromResponse(String, Class<T>) - Method in class com.fastjrun.client.exchange.BaseHTTPResponseDecoder
 
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
 
process(String, String, Map<String, String>, Map<String, String>, Map<String, String>, Object) - Method in class com.fastjrun.client.BaseHTTPClient
 
process(String, String, Map<String, String>, Map<String, String>, Map<String, String>, V, Class<T>) - Method in class com.fastjrun.client.BaseHTTPClient
 
process(String, String, Map<String, String>, Map<String, String>, Map<String, String>, String) - Method in class com.fastjrun.client.util.BaseHTTPUtilClient
 
process(String, String, Map<String, String>, Map<String, String>, Map<String, String>, String) - Method in class com.fastjrun.client.util.DefaultHTTPUtilClient
 
process(String, String) - Method in class com.fastjrun.client.util.DefaultHTTPUtilClient
 
processList(String, String, Map<String, String>, Map<String, String>, Map<String, String>, Object, Class<T>) - Method in class com.fastjrun.client.BaseHTTPClient
 

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
 
requestEncoder - Variable in class com.fastjrun.client.exchange.BaseHTTPExchange
 
requestHeaderDefault - Variable in class com.fastjrun.client.util.BaseHTTPUtilClient
 
responseDecoder - Variable in class com.fastjrun.client.exchange.BaseHTTPExchange
 
RestException - Exception in com.fastjrun.client.common
 
RestException(String, String) - Constructor for exception com.fastjrun.client.common.RestException
 

S

ServiceException - Exception in com.fastjrun.client.common
 
ServiceException(String, String) - Constructor for exception com.fastjrun.client.common.ServiceException
 
setBaseClient(T) - Method in class com.fastjrun.client.BaseApplicationClient
 
setBaseUrl(String) - Method in class com.fastjrun.client.util.BaseHTTPUtilClient
 
setObjectMapper(ObjectMapper) - Method in class com.fastjrun.client.exchange.BaseHTTPRequestEncoder
 
setObjectMapper(ObjectMapper) - Method in class com.fastjrun.client.exchange.BaseHTTPResponseDecoder
 
setRequestHeaderDefault(Map<String, String>) - Method in class com.fastjrun.client.util.BaseHTTPUtilClient
 
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

valueOf(String) - Static method in enum com.fastjrun.client.common.BaseCodeMsgConstants.BaseCodeMsg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fastjrun.client.common.CodeMsgConstants.CodeMsg
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.fastjrun.client.common.BaseCodeMsgConstants.BaseCodeMsg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fastjrun.client.common.CodeMsgConstants.CodeMsg
Returns an array containing the constants of this enum type, in the order they are declared.
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

Copyright © 2022. All rights reserved.