A B C D E F G H I J L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(K, V) - Method in class io.github.handsomecoder.utils.map.MapBuilder
-
Add map builder.
- addQueryParams(String, Object) - Method in class io.github.handsomecoder.utils.http.UriBuilder
-
Add query params uri builder.
- addQueryParams(Map<String, Object>) - Method in class io.github.handsomecoder.utils.http.UriBuilder
-
Add query params uri builder.
- ApplicationConstant - Class in io.github.handsomecoder.constant
-
The type Application constant.
- ApplicationConstant() - Constructor for class io.github.handsomecoder.constant.ApplicationConstant
- ArrayUtils - Class in io.github.handsomecoder.utils
-
The type Array utils.
B
- BLANK_SPACE - Static variable in class io.github.handsomecoder.constant.ApplicationConstant
-
The constant BLANK_SPACE.
- build() - Method in class io.github.handsomecoder.utils.http.UriBuilder
-
Build uri.
- build() - Method in class io.github.handsomecoder.utils.map.MapBuilder
-
Build map.
- builder(String...) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Builder string.
- buildMap(char[], Integer, Map<Integer, Integer>) - Static method in class io.github.handsomecoder.utils.json.JsonParser
-
Build map hash model.
- bytesToHex(byte[]) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Bytes to hex string.
C
- ClosingCharacterModel - Class in io.github.handsomecoder.utils.json
-
The type Closing character model.
- ClosingCharacterModel(Character, Integer) - Constructor for class io.github.handsomecoder.utils.json.ClosingCharacterModel
-
Instantiates a new Closing character model.
- COMMA - Static variable in class io.github.handsomecoder.constant.ApplicationConstant
- common(List<Object>, List<Object>) - Static method in class io.github.handsomecoder.utils.ListUtils
-
Common list.
- createDirectory(String, String...) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Create directory int.
- createDirectory(Path) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Create directory int.
- createFile(String, String...) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Create file int.
- createFile(Path) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Create file int.
D
- delete(String) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Delete http response entity.
- delete(String, Map<String, Object>) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Delete http response entity.
- delete(String, Map<String, String>, Map<String, Object>) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Delete http response entity.
- difference(List<Object>, List<Object>) - Static method in class io.github.handsomecoder.utils.ListUtils
-
Difference list.
E
- EMPTY_STRING - Static variable in class io.github.handsomecoder.constant.ApplicationConstant
-
The constant EMPTY_STRING.
- equals(Object) - Method in class io.github.handsomecoder.utils.json.ClosingCharacterModel
- error(String) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
Error.
- error(String, Object...) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
Error.
F
- FileUtils - Class in io.github.handsomecoder.utils
-
The type File utils.
- findOpeningClosingBrackets(String) - Static method in class io.github.handsomecoder.utils.json.JsonParser
-
Find opening closing brackets map.
- from(String) - Static method in class io.github.handsomecoder.utils.http.UriBuilder
-
From uri builder.
G
- generate() - Static method in class io.github.handsomecoder.utils.UUIDUtils
-
Generate string.
- get(String) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Get http response entity.
- get(String, Map<String, Object>) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Get http response entity.
- get(String, Map<String, String>, Map<String, Object>) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Get http response entity.
- getBody() - Method in class io.github.handsomecoder.utils.http.HttpResponseEntity
-
Gets body.
- getCharacter() - Method in class io.github.handsomecoder.utils.json.ClosingCharacterModel
-
Gets character.
- getEmptyResponse() - Static method in class io.github.handsomecoder.utils.http.HttpResponseEntity
-
Gets empty response.
- getHash(String, String) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Gets hash.
- getIndex() - Method in class io.github.handsomecoder.utils.json.ClosingCharacterModel
-
Gets index.
- getNumberOfQuery() - Method in class io.github.handsomecoder.utils.http.UriBuilder
-
Gets number of query.
- getStatusCode() - Method in class io.github.handsomecoder.utils.http.HttpResponseEntity
-
Gets status code.
- getUrlStringBuilder() - Method in class io.github.handsomecoder.utils.http.UriBuilder
-
Gets url string builder.
H
- HASH_WITH_SHA_256 - Static variable in class io.github.handsomecoder.utils.StringUtils
-
The constant HASH_WITH_SHA_256.
- hashCode() - Method in class io.github.handsomecoder.utils.json.ClosingCharacterModel
- HashModel - Class in io.github.handsomecoder.utils.json
-
The type Hash model.
- HashModel() - Constructor for class io.github.handsomecoder.utils.json.HashModel
- HttpClientUtils - Class in io.github.handsomecoder.utils.http
-
The type Http client utils.
- HttpClientUtils() - Constructor for class io.github.handsomecoder.utils.http.HttpClientUtils
- HttpResponseEntity - Class in io.github.handsomecoder.utils.http
-
The type Http response entity.
- HttpResponseEntity(Integer, String) - Constructor for class io.github.handsomecoder.utils.http.HttpResponseEntity
-
Instantiates a new Http response entity.
I
- io.github.handsomecoder.constant - package io.github.handsomecoder.constant
- io.github.handsomecoder.utils - package io.github.handsomecoder.utils
- io.github.handsomecoder.utils.http - package io.github.handsomecoder.utils.http
- io.github.handsomecoder.utils.json - package io.github.handsomecoder.utils.json
- io.github.handsomecoder.utils.map - package io.github.handsomecoder.utils.map
- isAllEmpty(String...) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Is all empty boolean.
- isAllNotNull(Object...) - Static method in class io.github.handsomecoder.utils.ObjectUtils
-
Is all not null boolean.
- isAllNull(Object...) - Static method in class io.github.handsomecoder.utils.ObjectUtils
-
Is all null boolean.
- isAnyEmpty(String...) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Is any empty boolean.
- isAnyNull(Object...) - Static method in class io.github.handsomecoder.utils.ObjectUtils
-
Is any null boolean.
- isEmpty() - Method in class io.github.handsomecoder.utils.http.HttpResponseEntity
-
Is empty boolean.
- isEmpty(String) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Is empty boolean.
- isExists(Path) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Is exists boolean.
- isInstance(Object, Class<T>) - Static method in class io.github.handsomecoder.utils.ObjectUtils
-
Is instance boolean.
- isNotEmpty(String) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Is not empty boolean.
- isNotExists(Path) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Is not exists boolean.
- isNotNull(Object) - Static method in class io.github.handsomecoder.utils.ObjectUtils
-
Is not null boolean.
- isNull(Object) - Static method in class io.github.handsomecoder.utils.ObjectUtils
-
Is null boolean.
J
- join(String, String...) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Join string.
- join(String, List<String>) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Join string.
- JsonParser - Class in io.github.handsomecoder.utils.json
-
The type Json parser.
L
- ListUtils - Class in io.github.handsomecoder.utils
-
The type List utils.
- ListUtils() - Constructor for class io.github.handsomecoder.utils.ListUtils
M
- MapBuilder<K,V> - Class in io.github.handsomecoder.utils.map
-
The type Map builder.
- MapBuilder() - Constructor for class io.github.handsomecoder.utils.map.MapBuilder
-
Instantiates a new Map builder.
- MapUtils - Class in io.github.handsomecoder.utils.map
-
The type Map utils.
O
- ObjectUtils - Class in io.github.handsomecoder.utils
-
The type Object utils.
- of(K, V, K, V) - Static method in class io.github.handsomecoder.utils.map.MapUtils
-
Of map.
- of(K, V, K, V, K, V, K, V) - Static method in class io.github.handsomecoder.utils.map.MapUtils
-
Of map.
P
- parse(String) - Static method in class io.github.handsomecoder.utils.json.JsonParser
-
Parse hash model.
- post(String) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Post http response entity.
- post(String, Map<String, Object>) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Post http response entity.
- post(String, Map<String, String>, String) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Post http response entity.
- post(String, Map<String, String>, Map<String, Object>, String) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Post http response entity.
- print(String) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
Print.
- println(String) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
Println.
- printMatrix(List<String>, List<List<Object>>) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
Print matrix.
- PrintUtils - Class in io.github.handsomecoder.utils
-
The type Print utils.
- project(List<Integer>, List<Object>) - Static method in class io.github.handsomecoder.utils.ListUtils
-
Project list.
- put(String) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Put http response entity.
- put(String, Map<String, Object>) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Put http response entity.
- put(String, Map<String, String>, String) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Put http response entity.
- put(String, Map<String, String>, Map<String, Object>, String) - Method in class io.github.handsomecoder.utils.http.HttpClientUtils
-
Put http response entity.
R
- read(String, String...) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Read list.
- repeat(String, int) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Repeat string.
- repeatAndJoin(String, int, String) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Repeat and join string.
- replace(String[], String, String) - Static method in class io.github.handsomecoder.utils.ArrayUtils
-
Replace string [ ].
- replace(String, String, String) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Replace string.
S
- setCharacter(Character) - Method in class io.github.handsomecoder.utils.json.ClosingCharacterModel
-
Sets character.
- setIndex(Integer) - Method in class io.github.handsomecoder.utils.json.ClosingCharacterModel
-
Sets index.
- setNumberOfQuery(int) - Method in class io.github.handsomecoder.utils.http.UriBuilder
-
Sets number of query.
- setUrlStringBuilder(StringBuilder) - Method in class io.github.handsomecoder.utils.http.UriBuilder
-
Sets url string builder.
- splitAndTrim(String, String) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Split and trim string [ ].
- StringUtils - Class in io.github.handsomecoder.utils
-
The type String utils.
- StringUtils() - Constructor for class io.github.handsomecoder.utils.StringUtils
- success(String) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
Success.
- success(String, Object...) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
Success.
T
- toString() - Method in class io.github.handsomecoder.utils.json.ClosingCharacterModel
U
- UriBuilder - Class in io.github.handsomecoder.utils.http
-
The type Uri builder.
- UUIDUtils - Class in io.github.handsomecoder.utils
-
The type Uuid utils.
V
- valueOf(Object) - Static method in class io.github.handsomecoder.utils.StringUtils
-
Value of string.
W
- withMargin(String) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
With margin.
- withMargin(String...) - Static method in class io.github.handsomecoder.utils.PrintUtils
-
With margin.
- write(String, String, String...) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Write int.
- write(List<String>, String, String...) - Static method in class io.github.handsomecoder.utils.FileUtils
-
Write int.
All Classes All Packages