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
The resolver interface forArtifact
resource(the archive file or the directory).interface
URLClassPathHandle
The handle interface for URL Class-PathClasses in io.microsphere.classloading that implement Prioritized Modifier and Type Class Description class
AbstractArtifactResourceResolver
AbstractArtifactResourceResolver
class
AbstractURLClassPathHandle
AbstractURLClassPathHandle
class
ArchiveFileArtifactResourceResolver
DefaultArtifactResourceResolver
based on the archive fileclass
ClassicURLClassPathHandle
ClassicURLClassPathHandle
forsun.misc.URLClassPath
since JDK 1 to 8class
ManifestArtifactResourceResolver
ArtifactResourceResolver
for Manifestclass
MavenArtifactResourceResolver
ArtifactResourceResolver
for Mavenclass
ModernURLClassPathHandle
ModernURLClassPathHandle
forjdk.internal.loader.URLClassPath
since JDK 9class
NoOpURLClassPathHandle
No-OperationURLClassPathHandle
class
ServiceLoadingURLClassPathHandle
URLClassPathHandle
implementation based on the Service Loading mechanismclass
StreamArtifactResourceResolver
Abstract class ofArtifactResourceResolver
based on Stream -
Uses of Prioritized in io.microsphere.convert
Subinterfaces of Prioritized in io.microsphere.convert Modifier and Type Interface Description interface
Converter<S,T>
A class to convert the source-typed value to the target-typed valueinterface
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>
Abstract class ofConverter
to provide the standardAbstractConverter.getPriority()
implementation.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>
AnEventListener
extending the conditional feature thatdecides
someevent
is handled or not by current listener.interface
EventListener<E extends Event>
Classes in io.microsphere.event that implement Prioritized Modifier and Type Class Description class
GenericEventListener
An abstract class ofEventListener
for Generic events, the sub class could add moreevent
handle methods, rather than only binds theEventListener.onEvent(Event)
method that is declared to befinal
the implementation can't override. -
Uses of Prioritized in io.microsphere.io.event
Subinterfaces of Prioritized in io.microsphere.io.event Modifier and Type Interface Description interface
FileChangedListener
The event listener forFileChangedEvent
Classes in io.microsphere.io.event that implement Prioritized Modifier and Type Class Description class
LoggingFileChangedListener
FileChangedListener
class for Logging with 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
for Apache Commons Loggingclass
JDKLoggerFactory
LoggerFactory
for JDK Loggingclass
LoggerFactory
The factory class forLogger
class
NoOpLoggerFactory
LoggerFactory
forNoOpLogger
class
Sfl4jLoggerFactory
TheLoggerFactory
class for Slf4j -
Uses of Prioritized in io.microsphere.process
Subinterfaces of Prioritized in io.microsphere.process Modifier and Type Interface Description interface
ProcessIdResolver
The resolver for Process IDClasses in io.microsphere.process that implement Prioritized Modifier and Type Class Description class
ClassicProcessIdResolver
ProcessIdResolver
class for classic JDK(5 - 8)class
ModernProcessIdResolver
ProcessIdResolver
class for Modern JDK (9+)class
VirtualMachineProcessIdResolver
ProcessIdResolver
class for SUN JVM
-