Skip navigation links
A B C D E F G H I J M N O P Q R S T U V W X Y _ 

A

AbstractCallbackCrypto<EVENT> - Class in cn.felord.callback
回调解密超类
AbstractCallbackCrypto(XmlReader, CallbackAsyncConsumer<EVENT>) - Constructor for class cn.felord.callback.AbstractCallbackCrypto
构造函数
accept(EVENT, T) - Method in class cn.felord.callback.AbstractCallbackCrypto
Accept t.
adapter - Variable in class cn.felord.retrofit.json.JacksonRequestBodyConverter
 
adapter - Variable in class cn.felord.retrofit.json.JacksonResponseBodyConverter
 
addBytes(byte[]) - Method in class cn.felord.callback.ByteCollector
 
aesDecode(byte[], String, String, String) - Static method in class cn.felord.utils.Algorithms
解密响应体.
aesKey - Variable in class cn.felord.callback.CallbackSettings
 
Algorithms - Class in cn.felord.utils
The type Algorithms.
Algorithms() - Constructor for class cn.felord.utils.Algorithms
 
AlternativeJdkIdGenerator - Class in cn.felord.utils
字符串生成器.
AlternativeJdkIdGenerator() - Constructor for class cn.felord.utils.AlternativeJdkIdGenerator
Instantiates a new Alternative jdk id generator.
Assert - Class in cn.felord.utils
The type Assert.
Assert() - Constructor for class cn.felord.utils.Assert
Instantiates a new Assert.
asyncAction(EVENT) - Method in class cn.felord.callback.CallbackAsyncConsumer
Action.

B

Base64Utils - Class in cn.felord.utils
A simple utility class for Base64 encoding and decoding.
Base64Utils() - Constructor for class cn.felord.utils.Base64Utils
 
BASE_ - Static variable in class cn.felord.callback.AbstractCallbackCrypto
 
BLOCK_SIZE - Static variable in class cn.felord.callback.PKCS7Encoder
 
BOM - Static variable in class cn.felord.callback.AbstractCallbackCrypto
 
BUFFER_SIZE - Static variable in class cn.felord.utils.FileTools
 
ByteCollector - Class in cn.felord.callback
 
ByteCollector() - Constructor for class cn.felord.callback.ByteCollector
 
byteContainer - Variable in class cn.felord.callback.ByteCollector
 

C

callbackAsyncConsumer - Variable in class cn.felord.callback.AbstractCallbackCrypto
 
CallbackAsyncConsumer<EVENT> - Class in cn.felord.callback
异步消费事件数据
CallbackAsyncConsumer(Consumer<EVENT>) - Constructor for class cn.felord.callback.CallbackAsyncConsumer
Instantiates a new Callback async consumer.
CallbackAsyncConsumer(int, int, long, int, Consumer<EVENT>) - Constructor for class cn.felord.callback.CallbackAsyncConsumer
Instantiates a new Callback async consumer.
CallbackAsyncConsumer(ExecutorService, Consumer<EVENT>) - Constructor for class cn.felord.callback.CallbackAsyncConsumer
Instantiates a new Callback async consumer.
CallbackDecrypted - Class in cn.felord.callback
 
CallbackDecrypted(String, String) - Constructor for class cn.felord.callback.CallbackDecrypted
 
CallbackResponse - Interface in cn.felord.callback
 
CallbackSettings - Class in cn.felord.callback
The type Callback authentication.
CallbackSettings(String, String, String) - Constructor for class cn.felord.callback.CallbackSettings
Instantiates a new Callback authentication.
CallbackXmlResponse - Class in cn.felord.callback
 
CallbackXmlResponse(String, String, String, String) - Constructor for class cn.felord.callback.CallbackXmlResponse
 
canConvert(Class) - Method in class cn.felord.xml.UnixInstantConverter
 
capitalize(String) - Static method in class cn.felord.utils.StringUtils
Capitalize string.
changeFirstCharacterCase(String, boolean) - Static method in class cn.felord.utils.StringUtils
 
chr(int) - Static method in class cn.felord.callback.PKCS7Encoder
将数字转化成ASCII码对应的字符,用于对明文进行补码
cn.felord.callback - package cn.felord.callback
 
cn.felord.domain - package cn.felord.domain
 
cn.felord.retrofit - package cn.felord.retrofit
 
cn.felord.retrofit.json - package cn.felord.retrofit.json
 
cn.felord.retrofit.ssl - package cn.felord.retrofit.ssl
 
cn.felord.utils - package cn.felord.utils
 
cn.felord.xml - package cn.felord.xml
 
CollectionUtils - Class in cn.felord.utils
The type Collection utils.
CollectionUtils() - Constructor for class cn.felord.utils.CollectionUtils
 
containsText(CharSequence) - Static method in class cn.felord.utils.StringUtils
 
containsWhitespace(CharSequence) - Static method in class cn.felord.utils.StringUtils
Contains whitespace boolean.
containsWhitespace(String) - Static method in class cn.felord.utils.StringUtils
Contains whitespace boolean.
content - Variable in class cn.felord.callback.CallbackDecrypted
 
convert(T) - Method in class cn.felord.retrofit.json.JacksonRequestBodyConverter
 
convert(ResponseBody) - Method in class cn.felord.retrofit.json.JacksonResponseBodyConverter
 
copy(InputStream, OutputStream) - Static method in class cn.felord.utils.FileTools
 
copyToByteArray(InputStream) - Static method in class cn.felord.utils.FileTools
 
countOccurrencesOf(String, String) - Static method in class cn.felord.utils.StringUtils
Count occurrences of int.
create() - Static method in class cn.felord.retrofit.json.JacksonObjectMapperFactory
 
create() - Static method in class cn.felord.retrofit.json.JsonConverterFactory
Create an instance using mapper for conversion.
createThread(Runnable) - Method in class cn.felord.callback.CustomizableThreadFactory
Template method for the creation of a new Thread.
CustomizableThreadFactory - Class in cn.felord.callback
The type Customizable thread factory.
CustomizableThreadFactory(String) - Constructor for class cn.felord.callback.CustomizableThreadFactory
Create a new CustomizableThreadCreator with the given thread name prefix.

D

daemon - Variable in class cn.felord.callback.CustomizableThreadFactory
 
decode(byte[]) - Static method in class cn.felord.callback.PKCS7Encoder
删除解密后明文的补位字符
decode(byte[]) - Static method in class cn.felord.utils.Base64Utils
Base64-decode the given byte array.
decodeFromString(String) - Static method in class cn.felord.utils.Base64Utils
Base64-decode the given byte array from an UTF-8 String.
decodeFromUrlSafeString(String) - Static method in class cn.felord.utils.Base64Utils
Base64-decode the given byte array from an UTF-8 String using the RFC 4648 "URL and Filename Safe Alphabet".
decodeUrlSafe(byte[]) - Static method in class cn.felord.utils.Base64Utils
Base64-decode the given byte array using the RFC 4648 "URL and Filename Safe Alphabet".
decrypt(byte[], String) - Method in class cn.felord.callback.AbstractCallbackCrypto
对密文进行解密.
decrypt(CallbackSettings, String, String, String, String) - Method in class cn.felord.callback.AbstractCallbackCrypto
解密验签,用于解密XML BODY以及校验回调URL真实性
DEFAULT_CHARSET - Static variable in class cn.felord.utils.Base64Utils
 
delete(String, String) - Static method in class cn.felord.utils.StringUtils
Delete string.
deleteAny(String, String) - Static method in class cn.felord.utils.StringUtils
Delete any string.
deserialize(JsonParser, DeserializationContext) - Method in class cn.felord.retrofit.json.YearMonthNumberDeserializer
 
digits(long, int) - Static method in class cn.felord.utils.AlternativeJdkIdGenerator
 
DIGITS_LOWER - Static variable in class cn.felord.utils.Hex
Used to build output as hex.
DIGITS_UPPER - Static variable in class cn.felord.utils.Hex
Used to build output as hex.
doGenerate32(long, long) - Method in class cn.felord.utils.AlternativeJdkIdGenerator
 
DOM_DRIVER - Static variable in class cn.felord.xml.XStreamXmlReader
 

E

encode(int) - Static method in class cn.felord.callback.PKCS7Encoder
获得对明文进行补位填充的字节.
encode(byte[]) - Static method in class cn.felord.utils.Base64Utils
Base64-encode the given byte array.
encodeHex(byte[]) - Static method in class cn.felord.utils.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], boolean) - Static method in class cn.felord.utils.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], char[]) - Static method in class cn.felord.utils.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], int, int, boolean) - Static method in class cn.felord.utils.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], int, int, boolean, char[], int) - Static method in class cn.felord.utils.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], int, int, char[], char[], int) - Static method in class cn.felord.utils.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(ByteBuffer) - Static method in class cn.felord.utils.Hex
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(ByteBuffer, boolean) - Static method in class cn.felord.utils.Hex
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(ByteBuffer, char[]) - Static method in class cn.felord.utils.Hex
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
encodeHexString(byte[]) - Static method in class cn.felord.utils.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeHexString(byte[], boolean) - Static method in class cn.felord.utils.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeHexString(ByteBuffer) - Static method in class cn.felord.utils.Hex
Converts a byte buffer into a String representing the hexadecimal values of each byte in order.
encodeHexString(ByteBuffer, boolean) - Static method in class cn.felord.utils.Hex
Converts a byte buffer into a String representing the hexadecimal values of each byte in order.
encodeToString(byte[]) - Static method in class cn.felord.utils.Base64Utils
Base64-encode the given byte array to a String.
encodeToUrlSafeString(byte[]) - Static method in class cn.felord.utils.Base64Utils
Base64-encode the given byte array to a String using the RFC 4648 "URL and Filename Safe Alphabet".
encodeUrlSafe(byte[]) - Static method in class cn.felord.utils.Base64Utils
Base64-encode the given byte array using the RFC 4648 "URL and Filename Safe Alphabet".
encrypt(String, byte[], String, String) - Method in class cn.felord.callback.AbstractCallbackCrypto
对明文进行加密.
encrypt - Variable in class cn.felord.callback.CallbackXmlResponse
 
encryptJsonMsg(CallbackSettings, String, String, String) - Method in class cn.felord.callback.AbstractCallbackCrypto
将企业微信回复用户的消息加密打包.
encryptXmlMsg(CallbackSettings, String, String, String) - Method in class cn.felord.callback.AbstractCallbackCrypto
Encrypt xml msg string.
endsWithIgnoreCase(String, String) - Static method in class cn.felord.utils.StringUtils
Ends with ignore case boolean.
equals(Object) - Method in class cn.felord.domain.MiniprogramSession
 
eventBodyConsumer - Variable in class cn.felord.callback.CallbackAsyncConsumer
 
executor - Variable in class cn.felord.callback.CallbackAsyncConsumer
 
extension - Variable in enum cn.felord.domain.FileMediaType
 
extension(MediaType) - Static method in enum cn.felord.domain.FileMediaType
根据MediaType查找FileMediaType
extension() - Method in enum cn.felord.domain.FileMediaType
Extension string.
EXTENSION_SEPARATOR - Static variable in class cn.felord.utils.StringUtils
 

F

FileMediaType - Enum in cn.felord.domain
The enum File media type.
FileMediaType(String, String) - Constructor for enum cn.felord.domain.FileMediaType
 
fileName - Variable in class cn.felord.domain.MultipartResource
 
FileTools - Class in cn.felord.utils
 
FileTools() - Constructor for class cn.felord.utils.FileTools
 
FOLDER_SEPARATOR_CHAR - Static variable in class cn.felord.utils.StringUtils
 
fromFileName(String) - Static method in enum cn.felord.domain.FileMediaType
根据文件扩展名检索对应的FileMediaType
fromString(String) - Method in class cn.felord.xml.UnixInstantConverter
 

G

generate32() - Method in class cn.felord.utils.AlternativeJdkIdGenerator
生成32位随机字符串
getAesKey() - Method in class cn.felord.callback.CallbackSettings
 
getContent() - Method in class cn.felord.callback.CallbackDecrypted
 
getEncrypt() - Method in class cn.felord.callback.CallbackXmlResponse
 
getFileName() - Method in class cn.felord.domain.MultipartResource
Gets file name.
getFilename(String) - Static method in class cn.felord.utils.StringUtils
Gets filename.
getFilenameExtension(String) - Static method in class cn.felord.utils.StringUtils
Gets filename extension.
getMediaType() - Method in class cn.felord.domain.MultipartResource
Gets media type.
getMsgSignature() - Method in class cn.felord.callback.CallbackXmlResponse
 
getNetworkBytesOrder(int) - Method in class cn.felord.callback.AbstractCallbackCrypto
生成4个字节的网络字节序
getNonce() - Method in class cn.felord.callback.CallbackXmlResponse
 
getReceiveid() - Method in class cn.felord.callback.CallbackDecrypted
 
getReceiveid() - Method in class cn.felord.callback.CallbackSettings
 
getSessionKey() - Method in class cn.felord.domain.MiniprogramSession
Gets session key.
getSource() - Method in class cn.felord.domain.MultipartResource
Get source byte [ ].
getSslSocketFactory() - Method in class cn.felord.retrofit.ssl.SSLManager
 
getThreadGroup() - Method in class cn.felord.callback.CustomizableThreadFactory
Return the thread group that threads should be created in (or null for the default group).
getThreadNamePrefix() - Method in class cn.felord.callback.CustomizableThreadFactory
Return the thread name prefix to use for the names of newly created threads.
getThreadPriority() - Method in class cn.felord.callback.CustomizableThreadFactory
Return the priority of the threads that this factory creates.
getTimeStamp() - Method in class cn.felord.callback.CallbackXmlResponse
 
getToken() - Method in class cn.felord.callback.CallbackSettings
 
getTrustManager() - Method in class cn.felord.retrofit.ssl.SSLManager
 
getUserid() - Method in class cn.felord.domain.MiniprogramSession
Gets userid.

H

hashCode() - Method in class cn.felord.domain.MiniprogramSession
 
hasLength(CharSequence) - Static method in class cn.felord.utils.StringUtils
Has length boolean.
hasLength(String) - Static method in class cn.felord.utils.StringUtils
Check that the given String is neither null nor of length 0.
hasNoText(String) - Static method in class cn.felord.utils.StringUtils
Has no text boolean.
hasText(String, String) - Static method in class cn.felord.utils.Assert
Has text.
hasText(CharSequence) - Static method in class cn.felord.utils.StringUtils
Has text boolean.
hasText(String) - Static method in class cn.felord.utils.StringUtils
Has text boolean.
Hex - Class in cn.felord.utils
Converts hexadecimal Strings.
Hex() - Constructor for class cn.felord.utils.Hex
 
hmacSha256Hex(String, String, boolean) - Static method in class cn.felord.utils.Algorithms
Hmac_sha256

I

INSTANCE - Static variable in class cn.felord.retrofit.json.UnixInstantSerializer
 
INSTANCE - Static variable in class cn.felord.xml.XStreamXmlReader
 
isDaemon() - Method in class cn.felord.callback.CustomizableThreadFactory
Return whether this factory should create daemon threads.
isEmpty(Collection<?>) - Static method in class cn.felord.utils.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map<?, ?>) - Static method in class cn.felord.utils.CollectionUtils
Return true if the supplied Map is null or empty.
isNotEmpty(Collection<?>) - Static method in class cn.felord.utils.CollectionUtils
Is not empty boolean.
isNotEmpty(Map<?, ?>) - Static method in class cn.felord.utils.CollectionUtils
Is not empty boolean.
isSuccessful() - Method in class cn.felord.retrofit.VoidResponse
 

J

JacksonObjectMapperFactory - Class in cn.felord.retrofit.json
 
JacksonObjectMapperFactory() - Constructor for class cn.felord.retrofit.json.JacksonObjectMapperFactory
 
JacksonRequestBodyConverter<T> - Class in cn.felord.retrofit.json
 
JacksonRequestBodyConverter(ObjectMapper) - Constructor for class cn.felord.retrofit.json.JacksonRequestBodyConverter
 
JacksonResponseBodyConverter<T> - Class in cn.felord.retrofit.json
 
JacksonResponseBodyConverter(ObjectReader) - Constructor for class cn.felord.retrofit.json.JacksonResponseBodyConverter
 
JsonConverterFactory - Class in cn.felord.retrofit.json
A converter which uses Jackson.
JsonConverterFactory() - Constructor for class cn.felord.retrofit.json.JsonConverterFactory
 

M

mapper - Variable in class cn.felord.retrofit.json.JsonConverterFactory
 
matchesCharacter(String, char) - Static method in class cn.felord.utils.StringUtils
Matches character boolean.
md5Hex(String, boolean) - Static method in class cn.felord.utils.Algorithms
Md5 hex
md5Hex(byte[], boolean) - Static method in class cn.felord.utils.Algorithms
Md 5 hex string.
MEDIA_TYPE - Static variable in class cn.felord.retrofit.json.JacksonRequestBodyConverter
 
mediaType - Variable in enum cn.felord.domain.FileMediaType
 
mediaType() - Method in enum cn.felord.domain.FileMediaType
Media type string.
mediaType - Variable in class cn.felord.domain.MultipartResource
 
MediaUtil - Class in cn.felord.utils
The type Media util.
MediaUtil() - Constructor for class cn.felord.utils.MediaUtil
 
MiniprogramSession - Class in cn.felord.domain
企业小程序session
MiniprogramSession(String, String) - Constructor for class cn.felord.domain.MiniprogramSession
Instantiates a new Miniprogram session.
MSG - Static variable in class cn.felord.callback.AbstractCallbackCrypto
 
msgSignature - Variable in class cn.felord.callback.CallbackXmlResponse
 
MultipartResource - Class in cn.felord.domain
The type Multipart resource.
MultipartResource(String, InputStream) - Constructor for class cn.felord.domain.MultipartResource
Instantiates a new Multipart resource.
MultipartResource(MediaType, String, InputStream) - Constructor for class cn.felord.domain.MultipartResource
Instantiates a new Multipart resource.
MultipartResource(String, byte[]) - Constructor for class cn.felord.domain.MultipartResource
Instantiates a new Multipart resource.
MultipartResource(MediaType, String, byte[]) - Constructor for class cn.felord.domain.MultipartResource
Instantiates a new Multipart resource.

N

NAME_CODER - Static variable in class cn.felord.xml.XStreamXmlReader
 
newThread(Runnable) - Method in class cn.felord.callback.CustomizableThreadFactory
 
newXStream(Class<?>) - Static method in class cn.felord.xml.XStreamXmlReader
 
nextThreadName() - Method in class cn.felord.callback.CustomizableThreadFactory
Return the thread name to use for a newly created Thread.
nonce - Variable in class cn.felord.callback.CallbackXmlResponse
 
notEmpty(Collection<?>, String) - Static method in class cn.felord.utils.Assert
Not empty.
notEmpty(Map<?, ?>, String) - Static method in class cn.felord.utils.Assert
Not empty.
notEmpty(T[], String) - Static method in class cn.felord.utils.Assert
 

O

OkHttpUtil - Class in cn.felord.utils
The type Ok http util.
OkHttpUtil() - Constructor for class cn.felord.utils.OkHttpUtil
 

P

pattern - Static variable in class cn.felord.domain.MultipartResource
 
PKCS7Encoder - Class in cn.felord.callback
提供基于PKCS7算法的加解密接口.
PKCS7Encoder() - Constructor for class cn.felord.callback.PKCS7Encoder
 

Q

quote(String) - Static method in class cn.felord.utils.StringUtils
Quote string.
quoteIfString(Object) - Static method in class cn.felord.utils.StringUtils
Quote if string object.

R

RANDOM - Static variable in class cn.felord.callback.AbstractCallbackCrypto
 
random - Variable in class cn.felord.utils.AlternativeJdkIdGenerator
 
randomStr() - Method in class cn.felord.callback.AbstractCallbackCrypto
随机生成16位字符串
read(String, Class<T>) - Method in interface cn.felord.xml.XmlReader
Read t.
read(String, Class<T>) - Method in class cn.felord.xml.XStreamXmlReader
 
readXml(String, Class<T>) - Method in class cn.felord.callback.AbstractCallbackCrypto
Read xml t.
receiveid - Variable in class cn.felord.callback.CallbackDecrypted
 
receiveid - Variable in class cn.felord.callback.CallbackSettings
 
recoverNetworkBytesOrder(byte[]) - Method in class cn.felord.callback.AbstractCallbackCrypto
还原4个字节的网络字节序
replace(String, String, String) - Static method in class cn.felord.utils.StringUtils
Replace string.
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit) - Method in class cn.felord.retrofit.json.JsonConverterFactory
 
requestBodyToString(RequestBody) - Static method in class cn.felord.utils.OkHttpUtil
读取RequestBody中的数据为String
responseBodyConverter(Type, Annotation[], Retrofit) - Method in class cn.felord.retrofit.json.JsonConverterFactory
 

S

serialize(Instant, JsonGenerator, SerializerProvider) - Method in class cn.felord.retrofit.json.UnixInstantSerializer
 
sessionKey - Variable in class cn.felord.domain.MiniprogramSession
 
setDaemon(boolean) - Method in class cn.felord.callback.CustomizableThreadFactory
Set whether this factory is supposed to create daemon threads, just executing as long as the application itself is running.
setThreadGroup(ThreadGroup) - Method in class cn.felord.callback.CustomizableThreadFactory
Specify the thread group that threads should be created in.
setThreadGroupName(String) - Method in class cn.felord.callback.CustomizableThreadFactory
Specify the name of the thread group that threads should be created in.
setThreadPriority(int) - Method in class cn.felord.callback.CustomizableThreadFactory
Set the priority of the threads that this factory creates.
sha1Hex(String) - Static method in class cn.felord.utils.Algorithms
Sha1 hex.
sha1Signature(String, String, String, String) - Static method in class cn.felord.utils.Algorithms
用SHA1算法生成安全签名
size() - Method in class cn.felord.callback.ByteCollector
 
source - Variable in class cn.felord.domain.MultipartResource
 
SSLManager - Class in cn.felord.retrofit.ssl
Ssl manager.
SSLManager(InputStream, String) - Constructor for class cn.felord.retrofit.ssl.SSLManager
Instantiates a new Ssl manager.
SSLManager(KeyStore) - Constructor for class cn.felord.retrofit.ssl.SSLManager
Instantiates a new Ssl manager.
SSLManager(X509TrustManager) - Constructor for class cn.felord.retrofit.ssl.SSLManager
Instantiates a new Ssl manager.
SSLManager(X509TrustManager, SSLSocketFactory) - Constructor for class cn.felord.retrofit.ssl.SSLManager
Instantiates a new Ssl manager.
sslSocketFactory - Variable in class cn.felord.retrofit.ssl.SSLManager
 
startsWithIgnoreCase(String, String) - Static method in class cn.felord.utils.StringUtils
Starts with ignore case boolean.
StringUtils - Class in cn.felord.utils
Miscellaneous String utility methods.
StringUtils() - Constructor for class cn.felord.utils.StringUtils
 
stripFilenameExtension(String) - Static method in class cn.felord.utils.StringUtils
Strip filename extension string.
substringMatch(CharSequence, int, CharSequence) - Static method in class cn.felord.utils.StringUtils
Substring match boolean.
successful - Variable in class cn.felord.retrofit.VoidResponse
 

T

threadCount - Variable in class cn.felord.callback.CustomizableThreadFactory
 
threadGroup - Variable in class cn.felord.callback.CustomizableThreadFactory
 
threadNamePrefix - Variable in class cn.felord.callback.CustomizableThreadFactory
 
threadPriority - Variable in class cn.felord.callback.CustomizableThreadFactory
 
timeStamp - Variable in class cn.felord.callback.CallbackXmlResponse
 
toByteArray(ByteBuffer) - Static method in class cn.felord.utils.Hex
Convert the byte buffer to a byte array.
toBytes() - Method in class cn.felord.callback.ByteCollector
 
token - Variable in class cn.felord.callback.CallbackSettings
 
toMultipartBody(MultipartResource) - Static method in class cn.felord.utils.MediaUtil
To multipart body multipart body.
toString() - Method in class cn.felord.callback.CallbackDecrypted
 
toString() - Method in class cn.felord.callback.CallbackXmlResponse
 
toString() - Method in class cn.felord.domain.MiniprogramSession
 
toString(Object) - Method in class cn.felord.xml.UnixInstantConverter
 
trimAllWhitespace(CharSequence) - Static method in class cn.felord.utils.StringUtils
Trim all whitespace char sequence.
trimAllWhitespace(String) - Static method in class cn.felord.utils.StringUtils
Trim all whitespace string.
trimLeadingCharacter(String, char) - Static method in class cn.felord.utils.StringUtils
Trim leading character string.
trimLeadingWhitespace(String) - Static method in class cn.felord.utils.StringUtils
Trim leading whitespace string.
trimTrailingCharacter(String, char) - Static method in class cn.felord.utils.StringUtils
Trim trailing character string.
trimTrailingWhitespace(String) - Static method in class cn.felord.utils.StringUtils
Trim trailing whitespace string.
trimWhitespace(String) - Static method in class cn.felord.utils.StringUtils
Trim whitespace string.
trustManager - Variable in class cn.felord.retrofit.ssl.SSLManager
 

U

uncapitalize(String) - Static method in class cn.felord.utils.StringUtils
Uncapitalize string.
UnixInstantConverter - Class in cn.felord.xml
 
UnixInstantConverter() - Constructor for class cn.felord.xml.UnixInstantConverter
 
UnixInstantSerializer - Class in cn.felord.retrofit.json
 
UnixInstantSerializer() - Constructor for class cn.felord.retrofit.json.UnixInstantSerializer
 
unqualify(String) - Static method in class cn.felord.utils.StringUtils
Unqualify string.
unqualify(String, char) - Static method in class cn.felord.utils.StringUtils
Unqualify string.
userid - Variable in class cn.felord.domain.MiniprogramSession
 

V

valueOf(String) - Static method in enum cn.felord.domain.FileMediaType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.felord.domain.FileMediaType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class cn.felord.retrofit.WecomUserAgent
版本号
VoidResponse - Class in cn.felord.retrofit
 
VoidResponse() - Constructor for class cn.felord.retrofit.VoidResponse
 

W

WECOM_USER_AGENT - Static variable in class cn.felord.retrofit.WecomUserAgent
UserAgent
WecomUserAgent - Class in cn.felord.retrofit
The type Wecom user agent.
WecomUserAgent() - Constructor for class cn.felord.retrofit.WecomUserAgent
 
withDateFormat(DateTimeFormatter) - Method in class cn.felord.retrofit.json.YearMonthNumberDeserializer
 
withLeniency(Boolean) - Method in class cn.felord.retrofit.json.YearMonthNumberDeserializer
 
withShape(JsonFormat.Shape) - Method in class cn.felord.retrofit.json.YearMonthNumberDeserializer
 
write(T) - Method in interface cn.felord.xml.XmlReader
Write string.
write(T) - Method in class cn.felord.xml.XStreamXmlReader
 

X

X_STREAM_HOLDER - Static variable in class cn.felord.xml.XStreamXmlReader
 
XmlEntity - Interface in cn.felord.callback
The interface Callback body.
xmlReader - Variable in class cn.felord.callback.AbstractCallbackCrypto
 
XmlReader - Interface in cn.felord.xml
The interface Xml reader.
XStreamXmlReader - Class in cn.felord.xml
 
XStreamXmlReader() - Constructor for class cn.felord.xml.XStreamXmlReader
 

Y

yearMonth - Static variable in class cn.felord.retrofit.json.JacksonObjectMapperFactory
 
YearMonthNumberDeserializer - Class in cn.felord.retrofit.json
The type Year month number deserializer.
YearMonthNumberDeserializer() - Constructor for class cn.felord.retrofit.json.YearMonthNumberDeserializer
NOTE: only public so that use via annotations (see [modules-java8#202]) is possible
YearMonthNumberDeserializer(DateTimeFormatter) - Constructor for class cn.felord.retrofit.json.YearMonthNumberDeserializer
Instantiates a new Year month number deserializer.
YearMonthNumberDeserializer(YearMonthNumberDeserializer, Boolean) - Constructor for class cn.felord.retrofit.json.YearMonthNumberDeserializer
Since 2.11

_

_fromString(JsonParser, DeserializationContext, String) - Method in class cn.felord.retrofit.json.YearMonthNumberDeserializer
From string year month.
A B C D E F G H I J M N O P Q R S T U V W X Y _ 
Skip navigation links

Copyright © 2024. All rights reserved.