A B C D E F G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(T1, T2, T3) - Method in interface io.github.zero88.utils.TripleConsumer
- accept(T, HiddenException) - Method in class io.github.zero88.utils.Functions.Silencer
- and(Predicate<T>...) - Static method in class io.github.zero88.utils.Functions
- apply(T1, T2, T3) - Method in interface io.github.zero88.utils.TripleFunction
- argClasses() - Method in class io.github.zero88.repl.Arguments
- Arguments - Class in io.github.zero88.repl
-
Represents arguments when invoking class constructor or class method
- Arguments() - Constructor for class io.github.zero88.repl.Arguments
- argValues() - Method in class io.github.zero88.repl.Arguments
- assertDataType(Class<?>, Class<?>) - Static method in class io.github.zero88.repl.ReflectionClass
- assertDataType(String, Class<?>) - Static method in class io.github.zero88.repl.ReflectionClass
- AUTHORITY_PATTERN - Static variable in class io.github.zero88.utils.Urls
-
Authority syntax.
B
- belongsTo(String, String...) - Static method in class io.github.zero88.repl.ReflectionClass
- buildURL(HttpScheme, String, int) - Static method in class io.github.zero88.utils.Urls
-
Build a complete URL.
- buildURL(String, String) - Static method in class io.github.zero88.utils.Urls
-
Build a complete URL.
- buildURL(String, String, String) - Static method in class io.github.zero88.utils.Urls
-
Build a complete URL.
C
- CAPTURE_PARAM - Static variable in class io.github.zero88.utils.Urls
-
Prefix capture param
- capturePath(String, String...) - Static method in class io.github.zero88.utils.Urls
-
Construct a capture path from the static path
- capturePatternPath(String, String...) - Static method in class io.github.zero88.utils.Urls
-
Construct a capture path from the pattern path.
- classLoaders(ClassLoader...) - Static method in class io.github.zero88.repl.Reflections
-
Returns an array of class loaders initialized from the specified array.
- classStream(String, boolean, Predicate<Class<?>>) - Method in interface io.github.zero88.repl.ReflectionScanner
- classStream(String, boolean, Predicate<Class<?>>) - Method in class io.github.zero88.repl.SimpleReplScanner
- classStream(String, Predicate<Class<?>>) - Method in interface io.github.zero88.repl.ReflectionScanner
- code() - Method in interface io.github.zero88.exceptions.ErrorCode
- combinePath(String...) - Static method in class io.github.zero88.utils.Urls
- constantByName(Class<?>, String) - Static method in class io.github.zero88.repl.ReflectionField
- constantPredicate() - Static method in interface io.github.zero88.repl.ReflectionMember
-
Constant means
public static final - constructorStream(Class<T>, Predicate<Constructor<T>>) - Method in interface io.github.zero88.repl.ReflectionScanner
- constructorStream(Class<T>, Predicate<Constructor<T>>) - Method in class io.github.zero88.repl.SimpleReplScanner
- contextClassLoader() - Static method in class io.github.zero88.repl.Reflections
-
Gets the current thread context class loader (TCCL).
- convertToBytes(InputStream) - Static method in class io.github.zero88.utils.FileUtils
-
Convert
InputStreamtobyte array. - convertToInt(String, int) - Static method in class io.github.zero88.utils.Strings
-
Convert
stringtoint. - convertToString(InputStream) - Static method in class io.github.zero88.utils.Strings
-
Convert to string.
- createFolder(Path, String, String...) - Static method in class io.github.zero88.utils.FileUtils
-
Create new folder inside parent folder
- createObject(Class<T>, Arguments, Functions.Silencer<T>) - Static method in class io.github.zero88.repl.ReflectionClass
- createObject(Class<T>) - Static method in class io.github.zero88.repl.ReflectionClass
- createObject(Class<T>, Arguments) - Static method in class io.github.zero88.repl.ReflectionClass
- createObject(Class<T>, Functions.Silencer<T>) - Static method in class io.github.zero88.repl.ReflectionClass
- createObject(String) - Static method in class io.github.zero88.repl.ReflectionClass
- createObject(String, Arguments) - Static method in class io.github.zero88.repl.ReflectionClass
D
- DateTimes - Class in io.github.zero88.utils
- DateTimes.Iso8601Formatter - Class in io.github.zero88.utils
-
Utilities class for formatting
date/time/datetimeinjava data typetoiso8601 - DateTimes.Iso8601Parser - Class in io.github.zero88.utils
-
Utilities class for parsing
date/time/datetimeiniso8601to appropriatejava data type - decode(String) - Static method in class io.github.zero88.utils.Urls
-
Decode encoded text for human readable.
- duplicate(String, int) - Static method in class io.github.zero88.utils.Strings
-
Construct from given value in multiple times.
E
- encode(String) - Static method in class io.github.zero88.utils.Urls
-
Encode plain text in
UTF-8encoding and follow standardization format. - equals(Object) - Method in exception io.github.zero88.exceptions.RuntimeErrorCodeException
- errorCode() - Method in interface io.github.zero88.exceptions.ErrorCodeException
-
Return error code
- errorCode() - Method in exception io.github.zero88.exceptions.RuntimeErrorCodeException
- ErrorCode - Interface in io.github.zero88.exceptions
- ErrorCodeException - Interface in io.github.zero88.exceptions
- execute(Object, Method) - Static method in class io.github.zero88.repl.ReflectionMethod
-
Execute method with no arguments.
- execute(Object, Method, Arguments) - Static method in class io.github.zero88.repl.ReflectionMethod
-
Execute method with arguments.
- execute(Object, Method, Class<O>, Arguments) - Static method in class io.github.zero88.repl.ReflectionMethod
- execute(Object, Method, Class<O>, Class<I>, I) - Static method in class io.github.zero88.repl.ReflectionMethod
-
Execute method from object instance by only one param.
- execute(Object, Method, Object...) - Static method in class io.github.zero88.repl.ReflectionMethod
- executeStatic(Class<?>, Class<T>, String, Object...) - Static method in class io.github.zero88.repl.ReflectionMethod
-
Execute static method
F
- fallback(String, Supplier<String>) - Static method in class io.github.zero88.utils.Strings
-
Fallback string.
- fallback(String, String) - Static method in class io.github.zero88.utils.Strings
-
Checks given string is blank then fallback to given value
- fieldStream(Class<?>, Predicate<Field>) - Method in interface io.github.zero88.repl.ReflectionScanner
- fieldStream(Class<?>, Predicate<Field>) - Method in class io.github.zero88.repl.SimpleReplScanner
- FILE_ERROR - Static variable in interface io.github.zero88.exceptions.ErrorCode
- FileException - Exception in io.github.zero88.exceptions
- FileException(ErrorCode, String, Throwable) - Constructor for exception io.github.zero88.exceptions.FileException
- FileException(String) - Constructor for exception io.github.zero88.exceptions.FileException
- FileException(String, Throwable) - Constructor for exception io.github.zero88.exceptions.FileException
- FileException(Throwable) - Constructor for exception io.github.zero88.exceptions.FileException
- FileUtils - Class in io.github.zero88.utils
-
File Utilities.
- find(Class<?>, Predicate<Field>) - Static method in class io.github.zero88.repl.ReflectionField
- find(Class<?>, Predicate<Method>) - Static method in class io.github.zero88.repl.ReflectionMethod
-
Find declared methods in given
classthat matches with filter - find(Predicate<Method>, Class<?>) - Static method in class io.github.zero88.repl.ReflectionMethod
- findClass(String) - Static method in class io.github.zero88.repl.ReflectionClass
- findClass(String, ClassLoader...) - Static method in class io.github.zero88.repl.ReflectionClass
- format(OffsetDateTime) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Formatter
- format(ZonedDateTime) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Formatter
- format(String, Object...) - Static method in class io.github.zero88.utils.Strings
-
Format string.
- formatDate(OffsetDateTime) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Formatter
- formatDate(ZonedDateTime) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Formatter
- formatTime(OffsetTime) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Formatter
- FRAGMENT_SEP_CHAR - Static variable in class io.github.zero88.utils.Urls
-
URL Fragment separator character.
- from(Instant) - Static method in class io.github.zero88.utils.DateTimes
- from(Method) - Static method in class io.github.zero88.repl.Arguments
- from(Method, Object...) - Static method in class io.github.zero88.repl.Arguments
- fromUTC(Instant) - Static method in class io.github.zero88.utils.DateTimes
- Functions - Class in io.github.zero88.utils
- Functions.Silencer<T> - Class in io.github.zero88.utils
G
- get() - Method in class io.github.zero88.utils.Functions.Silencer
- get() - Method in interface io.github.zero88.utils.Provider
- getAbsolutePathByOs(String) - Static method in interface io.github.zero88.utils.OSHelper
- getCause() - Method in interface io.github.zero88.exceptions.ErrorCodeException
-
Return cause
- getConstant(Class<?>, Field) - Static method in class io.github.zero88.repl.ReflectionField
- getConstant(Class<?>, Field, T) - Static method in class io.github.zero88.repl.ReflectionField
- getConstants(Class<?>, Class<T>) - Static method in class io.github.zero88.repl.ReflectionField
- getConstants(Class<?>, Class<T>, Predicate<Field>) - Static method in class io.github.zero88.repl.ReflectionField
- getExtension(String) - Static method in class io.github.zero88.utils.FileUtils
- getFieldValue(Object, Field, Class<T>) - Static method in class io.github.zero88.repl.ReflectionField
- getFieldValuesByType(Object, Class<T>) - Static method in class io.github.zero88.repl.ReflectionField
- getFileName(URL) - Static method in class io.github.zero88.utils.FileUtils
- getFirstNotNull(Object...) - Static method in class io.github.zero88.utils.Strings
-
Gets first not null.
- getFirstNotNull(String...) - Static method in class io.github.zero88.utils.Strings
-
Gets first not null.
- getIfThrow(Supplier<T>) - Static method in class io.github.zero88.utils.Functions
- getIfThrow(Supplier<T>, Consumer<Throwable>) - Static method in class io.github.zero88.utils.Functions
- getIfThrow(Consumer<Throwable>, Provider<T>) - Static method in class io.github.zero88.utils.Functions
- getMatchValue(String, String[]) - Static method in class io.github.zero88.utils.Strings
-
Gets match value.
- getMatchValueOrFirstOne(String, String[]) - Static method in class io.github.zero88.utils.Strings
-
Gets match value or first one.
- getMessage() - Method in interface io.github.zero88.exceptions.ErrorCodeException
-
Return error message
- getOrDefault(Supplier<T>, Supplier<T>) - Static method in class io.github.zero88.utils.Functions
- getOrDefault(T, Provider<T>) - Static method in class io.github.zero88.utils.Functions
- getOrThrow(Function<Throwable, ? extends RuntimeException>, Provider<T>) - Static method in class io.github.zero88.utils.Functions
- getOrThrow(Supplier<T>, Function<Throwable, ? extends RuntimeException>) - Static method in class io.github.zero88.utils.Functions
- getOrThrow(Supplier<T>, Supplier<? extends RuntimeException>) - Static method in class io.github.zero88.utils.Functions
- getScheme() - Method in enum io.github.zero88.utils.HttpScheme
- getUserHomePath(String) - Static method in class io.github.zero88.utils.FileUtils
H
- handleError(Executable, ReflectiveOperationException) - Static method in interface io.github.zero88.repl.ReflectionMember
- hasAnnotation(Class<? extends Annotation>...) - Static method in interface io.github.zero88.repl.ReflectionElement
- hasClass(String) - Static method in class io.github.zero88.repl.ReflectionClass
- hasClass(String, ClassLoader...) - Static method in class io.github.zero88.repl.ReflectionClass
- hashCode() - Method in exception io.github.zero88.exceptions.RuntimeErrorCodeException
- hasModifiers(int...) - Static method in interface io.github.zero88.repl.ReflectionElement
- hasModifiers(int...) - Static method in interface io.github.zero88.repl.ReflectionMember
- HIDDEN - Static variable in interface io.github.zero88.exceptions.ErrorCode
- HiddenException - Exception in io.github.zero88.exceptions
- HiddenException(RuntimeErrorCodeException) - Constructor for exception io.github.zero88.exceptions.HiddenException
- HiddenException(ErrorCode, String, Throwable) - Constructor for exception io.github.zero88.exceptions.HiddenException
- HiddenException(String) - Constructor for exception io.github.zero88.exceptions.HiddenException
- HiddenException(String, Throwable) - Constructor for exception io.github.zero88.exceptions.HiddenException
- HiddenException(Throwable) - Constructor for exception io.github.zero88.exceptions.HiddenException
- HOST_PATTERN - Static variable in class io.github.zero88.utils.Urls
- HTTP - io.github.zero88.utils.HttpScheme
- HTTPS - io.github.zero88.utils.HttpScheme
- HttpScheme - Enum in io.github.zero88.utils
-
HTTP scheme.
I
- in(String, boolean, String...) - Static method in class io.github.zero88.utils.Strings
-
In boolean.
- in(String, String...) - Static method in class io.github.zero88.utils.Strings
-
In boolean.
- INVALID_ARGUMENT - Static variable in interface io.github.zero88.exceptions.ErrorCode
- InvalidUrlException - Exception in io.github.zero88.exceptions
- InvalidUrlException(String) - Constructor for exception io.github.zero88.exceptions.InvalidUrlException
- InvalidUrlException(String, Throwable) - Constructor for exception io.github.zero88.exceptions.InvalidUrlException
- InvalidUrlException(Throwable) - Constructor for exception io.github.zero88.exceptions.InvalidUrlException
- io.github.zero88.exceptions - package io.github.zero88.exceptions
- io.github.zero88.repl - package io.github.zero88.repl
- io.github.zero88.utils - package io.github.zero88.utils
- isBlank(String) - Static method in class io.github.zero88.utils.Strings
-
Check given text is blank or not.
- isChild(Path, Path) - Static method in class io.github.zero88.utils.FileUtils
- isJavaLangObject(Class<?>) - Static method in class io.github.zero88.repl.ReflectionClass
- isMac() - Static method in interface io.github.zero88.utils.OSHelper
- isNotBlank(String) - Static method in class io.github.zero88.utils.Strings
-
Check given text is not blank or not.
- isPublicClass() - Static method in interface io.github.zero88.repl.ReflectionElement
- isRelatedToDateTime(Class) - Static method in class io.github.zero88.utils.DateTimes
- isSame(Arguments) - Method in class io.github.zero88.repl.Arguments
- isSame(Class<?>...) - Method in class io.github.zero88.repl.Arguments
- isSolaris() - Static method in interface io.github.zero88.utils.OSHelper
- isSystemClass(String) - Static method in class io.github.zero88.repl.ReflectionClass
- isUnix() - Static method in interface io.github.zero88.utils.OSHelper
- isWin() - Static method in interface io.github.zero88.utils.OSHelper
L
- loadFactories(Class<T>) - Static method in class io.github.zero88.utils.ServiceHelper
- loadFactories(Class<T>, ClassLoader) - Static method in class io.github.zero88.utils.ServiceHelper
- loadFactory(Class<T>) - Static method in class io.github.zero88.utils.ServiceHelper
- loadFactory(Class<T>, ClassLoader) - Static method in class io.github.zero88.utils.ServiceHelper
- loadFactoryOrThrow(Class<T>) - Static method in class io.github.zero88.utils.ServiceHelper
- loadScanner() - Static method in class io.github.zero88.repl.Reflections
M
- methodStream(Class<?>, Predicate<Method>) - Method in interface io.github.zero88.repl.ReflectionScanner
- methodStream(Class<?>, Predicate<Method>) - Method in class io.github.zero88.repl.SimpleReplScanner
N
- normalize(String) - Static method in class io.github.zero88.utils.FileUtils
-
Escape all invalid character in file name to
underscore (_)" - normalize(String) - Static method in class io.github.zero88.utils.Urls
- notModifiers(int...) - Static method in interface io.github.zero88.repl.ReflectionElement
- notModifiers(int...) - Static method in interface io.github.zero88.repl.ReflectionMember
- now() - Static method in class io.github.zero88.utils.DateTimes
- nowMilli() - Static method in class io.github.zero88.utils.DateTimes
- nowUTC() - Static method in class io.github.zero88.utils.DateTimes
O
- object - Variable in class io.github.zero88.utils.Functions.Silencer
- optimizeMultipleSpace(String) - Static method in class io.github.zero88.utils.Strings
-
Checks that the specified string reference is not
blankthen remove multiple space characters to one space. - optimizeNoSpace(String) - Static method in class io.github.zero88.utils.Strings
-
Checks that the specified string reference is not
blankthen remove all space characters. - optimizeURL(String, String) - Static method in class io.github.zero88.utils.Urls
-
Optimize URL with validation and normalize forward splash (
/). - or(Predicate<T>...) - Static method in class io.github.zero88.utils.Functions
- OS - Static variable in interface io.github.zero88.utils.OSHelper
- OSHelper - Interface in io.github.zero88.utils
P
- padLeft(String, int) - Static method in class io.github.zero88.utils.Strings
-
Pad left string with blank
' ' - padLeftZeros(String, int) - Static method in class io.github.zero88.utils.Strings
-
Pad left string with
'0' - parse(Class<?>, String) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Parser
- parse(String) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Parser
- parse(String) - Static method in enum io.github.zero88.utils.HttpScheme
- parseDate(String) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Parser
- parseDateTime(String) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Parser
- parsePrimitiveType(String) - Static method in class io.github.zero88.repl.ReflectionClass
-
Return the java
Classobject if the given class name is primitive - parseTime(String) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Parser
- parseZonedDateTime(String) - Static method in class io.github.zero88.utils.DateTimes.Iso8601Parser
- PATH_PATTERN - Static variable in class io.github.zero88.utils.Urls
-
Path syntax.
- PATH_SEP_CHAR - Static variable in class io.github.zero88.utils.Urls
-
URL Path separator character.
- Provider<T> - Interface in io.github.zero88.utils
- put(Class<T>, T) - Method in class io.github.zero88.repl.Arguments
Q
- QUERY_SEP_CHAR - Static variable in class io.github.zero88.utils.Urls
-
URL Query separator character.
R
- random() - Static method in class io.github.zero88.utils.UUID64
- readFileToString(String) - Static method in class io.github.zero88.utils.FileUtils
-
Read file to text.
- recomputeDataDir(Path, Path, String) - Static method in class io.github.zero88.utils.FileUtils
-
Recompute data dir
- REFLECTION_ERROR - Static variable in interface io.github.zero88.exceptions.ErrorCode
- ReflectionClass - Class in io.github.zero88.repl
- ReflectionElement - Interface in io.github.zero88.repl
- ReflectionException - Exception in io.github.zero88.exceptions
- ReflectionException(String) - Constructor for exception io.github.zero88.exceptions.ReflectionException
- ReflectionException(String, Throwable) - Constructor for exception io.github.zero88.exceptions.ReflectionException
- ReflectionException(Throwable) - Constructor for exception io.github.zero88.exceptions.ReflectionException
- ReflectionField - Class in io.github.zero88.repl
- ReflectionMember - Interface in io.github.zero88.repl
- ReflectionMethod - Class in io.github.zero88.repl
- Reflections - Class in io.github.zero88.repl
- ReflectionScanner - Interface in io.github.zero88.repl
- requiredMinLength(String, int) - Static method in class io.github.zero88.utils.Strings
-
Checks that the specified string reference is not
blankand its length greater than given input. - requireNotBlank(Object, String) - Static method in class io.github.zero88.utils.Strings
-
Checks that the specified object reference is
not blank. - requireNotBlank(String) - Static method in class io.github.zero88.utils.Strings
-
Checks that the specified string reference is not
blank. - requireNotBlank(String, Supplier<? extends RuntimeException>) - Static method in class io.github.zero88.utils.Strings
-
Checks that the specified string reference is
not blank. - requireNotBlank(String, String) - Static method in class io.github.zero88.utils.Strings
-
Checks that the specified string reference is not
blank. - requireNotBlank(T, Supplier<? extends RuntimeException>) - Static method in class io.github.zero88.utils.Strings
-
Checks that the specified object reference is
not nullornot blankif given object isstring. - resolveDataFolder(Path, String) - Static method in class io.github.zero88.utils.FileUtils
-
Resolve dir to data dir.
- RuntimeErrorCodeException - Exception in io.github.zero88.exceptions
- RuntimeErrorCodeException(ErrorCode, String, Throwable) - Constructor for exception io.github.zero88.exceptions.RuntimeErrorCodeException
- RuntimeErrorCodeException(ErrorCode) - Constructor for exception io.github.zero88.exceptions.RuntimeErrorCodeException
- RuntimeErrorCodeException(ErrorCode, String) - Constructor for exception io.github.zero88.exceptions.RuntimeErrorCodeException
- RuntimeErrorCodeException(ErrorCode, Throwable) - Constructor for exception io.github.zero88.exceptions.RuntimeErrorCodeException
- RuntimeErrorCodeException(String) - Constructor for exception io.github.zero88.exceptions.RuntimeErrorCodeException
- RuntimeErrorCodeException(String, Throwable) - Constructor for exception io.github.zero88.exceptions.RuntimeErrorCodeException
- RuntimeErrorCodeException(Throwable) - Constructor for exception io.github.zero88.exceptions.RuntimeErrorCodeException
S
- SCHEME_REGEX - Static variable in enum io.github.zero88.utils.HttpScheme
- ServiceHelper - Class in io.github.zero88.utils
-
Helper to load service in
META-INF/serviceson classpath - Silencer() - Constructor for class io.github.zero88.utils.Functions.Silencer
- silentClose(Closeable) - Static method in class io.github.zero88.utils.FileUtils
-
Silent close stream.
- SimpleReplScanner - Class in io.github.zero88.repl
- SimpleReplScanner() - Constructor for class io.github.zero88.repl.SimpleReplScanner
- staticClassLoader() - Static method in class io.github.zero88.repl.Reflections
-
Gets the class loader of this library.
- stream(Class<?>, Predicate<Field>) - Static method in class io.github.zero88.repl.ReflectionField
-
Find declared fields in given
classthat matches with filter - stream(ReflectionScanner, String, Class<T>, Predicate<Class<T>>) - Static method in class io.github.zero88.repl.ReflectionClass
- stream(String, Class<T>) - Static method in class io.github.zero88.repl.ReflectionClass
- stream(String, Class<T>, Class<? extends Annotation>) - Static method in class io.github.zero88.repl.ReflectionClass
-
Scan all classes in given package that matches annotation and subclasses given parent class.
- stream(String, Class<T>, Predicate<Class<T>>) - Static method in class io.github.zero88.repl.ReflectionClass
- streamConstants(Class<?>, Class<T>) - Static method in class io.github.zero88.repl.ReflectionField
- streamConstants(Class<?>, Class<T>, Predicate<Field>) - Static method in class io.github.zero88.repl.ReflectionField
- streamConstants(Class<T>) - Static method in class io.github.zero88.repl.ReflectionField
- Strings - Class in io.github.zero88.utils
-
Strings Utilities.
T
- to(Predicate<T>) - Static method in class io.github.zero88.utils.Functions
- toCapture(String) - Static method in class io.github.zero88.utils.Urls
- toDouble() - Static method in class io.github.zero88.utils.Functions
- toInt() - Static method in class io.github.zero88.utils.Functions
- toLong() - Static method in class io.github.zero88.utils.Functions
- toLowercasePath(String) - Static method in class io.github.zero88.utils.Urls
- toPath(String) - Static method in class io.github.zero88.utils.FileUtils
-
Convert file path from String to
Path. - toPath(String, String) - Static method in class io.github.zero88.utils.FileUtils
-
Convert file path from String to
Path. - toSnakeLowerCase(String) - Static method in class io.github.zero88.utils.Strings
-
To snake case lc string.
- toSnakeUpperCase(String) - Static method in class io.github.zero88.utils.Strings
-
To snake case uc string.
- toStream(File) - Static method in class io.github.zero88.utils.FileUtils
-
Open stream from given file.
- toStream(URL) - Static method in class io.github.zero88.utils.FileUtils
-
Open stream from given URL.
- toString() - Method in enum io.github.zero88.utils.HttpScheme
- toString(Object) - Static method in class io.github.zero88.utils.Strings
-
To String.
- toUrl(String) - Static method in class io.github.zero88.utils.FileUtils
-
To URL.
- toUTC(Instant) - Static method in class io.github.zero88.utils.DateTimes
- toUTC(LocalDateTime) - Static method in class io.github.zero88.utils.DateTimes
- toUTC(LocalDateTime, ZoneId) - Static method in class io.github.zero88.utils.DateTimes
- toUTC(ZonedDateTime) - Static method in class io.github.zero88.utils.DateTimes
- toUTC(Date) - Static method in class io.github.zero88.utils.DateTimes
- toUUID() - Static method in class io.github.zero88.utils.Functions
- toZone(ZonedDateTime, ZoneId) - Static method in class io.github.zero88.utils.DateTimes
- TripleConsumer<T1,T2,T3> - Interface in io.github.zero88.utils
- TripleFunction<T1,T2,T3,R> - Interface in io.github.zero88.utils
U
- UNKNOWN_ERROR - Static variable in interface io.github.zero88.exceptions.ErrorCode
- UNSUPPORTED - Static variable in interface io.github.zero88.exceptions.ErrorCode
- URL_ERROR - Static variable in interface io.github.zero88.exceptions.ErrorCode
- URL_PATTERN - Static variable in class io.github.zero88.utils.Urls
-
URL syntax.
- Urls - Class in io.github.zero88.utils
-
URL Utilities.
- UUID64 - Class in io.github.zero88.utils
- uuid64ToUuid(String) - Static method in class io.github.zero88.utils.UUID64
- uuid64ToUuidStr(String) - Static method in class io.github.zero88.utils.UUID64
- uuidToBase64(UUID) - Static method in class io.github.zero88.utils.UUID64
- uuidToBase64(String) - Static method in class io.github.zero88.utils.UUID64
V
- validateHost(String) - Static method in class io.github.zero88.utils.Urls
-
Validate URL.
- validateMethod(Method, Class<?>, Arguments) - Static method in class io.github.zero88.repl.ReflectionMethod
-
Check given
Methodis matched with givenoutputclass andinputsclass - validateMethod(Method, Class<?>, Collection<Class<?>>) - Static method in class io.github.zero88.repl.ReflectionMethod
-
Check given
Methodis matched with givenoutputclass andinputsclass - validateMethod(Method, Class<?>, Class<?>...) - Static method in class io.github.zero88.repl.ReflectionMethod
-
Check given
Methodis matched with givenoutputclass andinputsclass - validatePath(String) - Static method in class io.github.zero88.utils.Urls
-
Validate URL Path.
- validateURL(String) - Static method in class io.github.zero88.utils.Urls
-
Validate URL.
- valueOf(String) - Static method in enum io.github.zero88.utils.HttpScheme
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.zero88.utils.HttpScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- writeToOutputStream(InputStream, T) - Static method in class io.github.zero88.utils.FileUtils
-
Write data from
InputStreamtoOutputStream.
All Classes All Packages