Uses of Interface
io.microsphere.lang.Prioritized
-
Packages that use Prioritized Package Description io.microsphere.classloading io.microsphere.convert io.microsphere.convert.multiple io.microsphere.event io.microsphere.io.event io.microsphere.lang io.microsphere.logging -
-
Uses of Prioritized in io.microsphere.classloading
Subinterfaces of Prioritized in io.microsphere.classloading Modifier and Type Interface Description interface
ArtifactResolver
Artifact
ResolverClasses in io.microsphere.classloading that implement Prioritized Modifier and Type Class Description class
AbstractArtifactResolver
AbstractArtifactResolver
class
AbstractURLClassPathHandle
AbstractURLClassPathHandle
class
ClassicURLClassPathHandle
ClassicURLClassPathHandle
forsun.misc.URLClassPath
since JDK 1 to 8class
ManifestArtifactResolver
The classArtifactResolver
based on the resource "META-INF/MANIFEST.MF"class
MavenArtifactResolver
MavenArtifactResolver
class
ModernURLClassPathHandle
ModernURLClassPathHandle
forjdk.internal.loader.URLClassPath
since JDK 9class
NoOpURLClassPathHandle
No-OperationURLClassPathHandle
-
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
MapToPropertiesConverter
class
PropertiesToStringConverter
class
StringToBooleanConverter
The class to convertString
toBoolean
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
StringToOptionalConverter
The class to convertString
toOptional
class
StringToShortConverter
The class to convertString
toShort
class
StringToStringConverter
A class to covertString
toString
value, just no-op -
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 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
FileChangedListenerAdapter
The abstract class forFileChangedListener
Adapter -
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
Sfl4jLoggerFactory
TheLoggerFactory
class for Slf4j
-