Uses of Interface
io.microsphere.lang.Prioritized
-
-
Uses of Prioritized in io.microsphere.classloading
Subinterfaces of Prioritized in io.microsphere.classloading Modifier and Type Interface Description interface
ArtifactResourceResolver
ArtifactResourceResolver
interface is responsible for resolving resources related to anArtifact
.interface
URLClassPathHandle
A strategy interface for handling URL Class-Path entries in aClassLoader
.Classes in io.microsphere.classloading that implement Prioritized Modifier and Type Class Description class
AbstractArtifactResourceResolver
An abstract base class for implementingArtifactResourceResolver
.class
AbstractURLClassPathHandle
Abstract implementation ofURLClassPathHandle
that provides a base for handling URL Class-Path entries.class
ArchiveFileArtifactResourceResolver
A concrete implementation ofArtifactResourceResolver
that resolves artifacts based on archive files.class
ClassicURLClassPathHandle
ClassicURLClassPathHandle
forsun.misc.URLClassPath
since JDK 1 to 8class
ManifestArtifactResourceResolver
ArtifactResourceResolver
implementation that reads artifact metadata from JAR manifest files.class
MavenArtifactResourceResolver
A resolver implementation for Maven artifact metadata, extracting information from Maven POM properties files.class
ModernURLClassPathHandle
ModernURLClassPathHandle
forjdk.internal.loader.URLClassPath
since JDK 9class
NoOpURLClassPathHandle
No-OperationURLClassPathHandle
class
ServiceLoadingURLClassPathHandle
URLClassPathHandle
implementation based on the Service Loading mechanismclass
StreamArtifactResourceResolver
An abstract base class for implementingArtifactResourceResolver
that provides a skeletal implementation to resolve artifact resources from either a streamable resource (like a URL) or an archive file (like a JAR). -
Uses of Prioritized in io.microsphere.convert
Subinterfaces of Prioritized in io.microsphere.convert Modifier and Type Interface Description interface
Converter<S,T>
A functional interface that defines a strategy for converting values from one type (S
) to another type (T
).interface
StringConverter<T>
A class to covertString
to the target-typed valueClasses in io.microsphere.convert that implement Prioritized Modifier and Type Class Description class
AbstractConverter<S,T>
An abstract base class for implementing theConverter
interface.class
ByteArrayToObjectConverter
The class coverts thebyte array
object to be aObject
instance .class
MapToPropertiesConverter
class
NumberToByteConverter
class
NumberToCharacterConverter
class
NumberToDoubleConverter
class
NumberToFloatConverter
class
NumberToIntegerConverter
class
NumberToLongConverter
class
NumberToShortConverter
class
ObjectToBooleanConverter
class
ObjectToByteArrayConverter
The class coverts theObject
instance to bebyte array
object.class
ObjectToByteConverter
class
ObjectToCharacterConverter
class
ObjectToDoubleConverter
class
ObjectToFloatConverter
class
ObjectToIntegerConverter
class
ObjectToLongConverter
class
ObjectToOptionalConverter
The class to convertObject
toOptional
class
ObjectToShortConverter
class
ObjectToStringConverter
class
PropertiesToStringConverter
class
StringToBooleanConverter
The class to convertString
toBoolean
class
StringToByteConverter
The class to convertString
toByte
class
StringToCharacterConverter
The class to convertString
toCharacter
class
StringToCharArrayConverter
The class to convertString
tochar[]
class
StringToClassConverter
The class to convertString
toClass
class
StringToDoubleConverter
The class to convertString
toDouble
class
StringToDurationConverter
The class to convertString
toDuration
class
StringToFloatConverter
The class to convertString
toFloat
class
StringToInputStreamConverter
The class to convertString
toInputStream
class
StringToIntegerConverter
The class to convertString
toInteger
class
StringToLongConverter
The class to convertString
toLong
class
StringToShortConverter
The class to convertString
toShort
class
StringToStringConverter
The class to convertString
toString
-
Uses of Prioritized in io.microsphere.convert.multiple
Subinterfaces of Prioritized in io.microsphere.convert.multiple Modifier and Type Interface Description interface
MultiValueConverter<S>
An interface to convert the source-typed value to multiple value, e.g , Java array,Collection
or sub-interfacesinterface
StringToMultiValueConverter
The class to convertString
to multiple value objectClasses in io.microsphere.convert.multiple that implement Prioritized Modifier and Type Class Description class
StringToArrayConverter
The class to convertString
to array-type objectclass
StringToBlockingDequeConverter
The class to convertString
toBlockingDeque
-based valueclass
StringToBlockingQueueConverter
The class to convertString
toBlockingDeque
-based valueclass
StringToCollectionConverter
The class to convertString
toCollection
-based valueclass
StringToDequeConverter
The class to convertString
toDeque
-based valueclass
StringToIterableConverter<T extends java.lang.Iterable>
The class to convertString
toIterable
-based valueclass
StringToListConverter
The class to convertString
toList
-based valueclass
StringToNavigableSetConverter
The class to convertString
toSortedSet
-based valueclass
StringToQueueConverter
The class to convertString
toDeque
-based valueclass
StringToSetConverter
The class to convertString
toSet
-based valueclass
StringToSortedSetConverter
The class to convertString
toSortedSet
-based valueclass
StringToTransferQueueConverter
The class to convertString
toTransferQueue
-based value -
Uses of Prioritized in io.microsphere.event
Subinterfaces of Prioritized in io.microsphere.event Modifier and Type Interface Description interface
ConditionalEventListener<E extends Event>
A conditional extension of theEventListener
interface that allows filtering events before handling.interface
EventListener<E extends Event>
Classes in io.microsphere.event that implement Prioritized Modifier and Type Class Description class
GenericEventListener
A generic implementation of theEventListener
interface that supports multiple event handling methods. -
Uses of Prioritized in io.microsphere.io.event
Subinterfaces of Prioritized in io.microsphere.io.event Modifier and Type Interface Description interface
FileChangedListener
A listener interface for receiving file change events.Classes in io.microsphere.io.event that implement Prioritized Modifier and Type Class Description class
LoggingFileChangedListener
AFileChangedListener
implementation that logs file change events at the debug level. -
Uses of Prioritized in io.microsphere.lang
Methods in io.microsphere.lang with parameters of type Prioritized Modifier and Type Method Description default int
Prioritized. compareTo(Prioritized that)
-
Uses of Prioritized in io.microsphere.logging
Classes in io.microsphere.logging that implement Prioritized Modifier and Type Class Description class
ACLLoggerFactory
LoggerFactory
implementation for Apache Commons Logging (ACL).class
JDKLoggerFactory
ALoggerFactory
implementation that creates and manages instances of JDK logging (Logger
).class
LoggerFactory
TheLoggerFactory
serves as an abstract base class for creating and managing instances of theLogger
type.class
NoOpLoggerFactory
ALoggerFactory
implementation that provides instances ofNoOpLogger
, which perform no operations for logging calls.class
Sfl4jLoggerFactory
TheLoggerFactory
implementation for creating and managing SLF4J-basedLogger
instances. -
Uses of Prioritized in io.microsphere.process
Subinterfaces of Prioritized in io.microsphere.process Modifier and Type Interface Description interface
ProcessIdResolver
A strategy interface for resolving the current process ID.Classes in io.microsphere.process that implement Prioritized Modifier and Type Class Description class
ClassicProcessIdResolver
AProcessIdResolver
implementation for classic JDK versions (5 - 8).class
ModernProcessIdResolver
AProcessIdResolver
implementation for modern JDKs (Java 9+).class
VirtualMachineProcessIdResolver
AProcessIdResolver
implementation for retrieving the process ID using the SUN JVM internal APIs.
-