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 interfaceArtifactResourceResolverThe resolver interface forArtifactresource(the archive file or the directory).interfaceURLClassPathHandleThe handle interface for URL Class-PathClasses in io.microsphere.classloading that implement Prioritized Modifier and Type Class Description classAbstractArtifactResourceResolverAbstractArtifactResourceResolverclassAbstractURLClassPathHandleAbstractURLClassPathHandleclassArchiveFileArtifactResourceResolverDefaultArtifactResourceResolverbased on the archive fileclassClassicURLClassPathHandleClassicURLClassPathHandleforsun.misc.URLClassPathsince JDK 1 to 8classManifestArtifactResourceResolverArtifactResourceResolverfor ManifestclassMavenArtifactResourceResolverArtifactResourceResolverfor MavenclassModernURLClassPathHandleModernURLClassPathHandleforjdk.internal.loader.URLClassPathsince JDK 9classNoOpURLClassPathHandleNo-OperationURLClassPathHandleclassServiceLoadingURLClassPathHandleURLClassPathHandleimplementation based on the Service Loading mechanismclassStreamArtifactResourceResolverAbstract class ofArtifactResourceResolverbased on Stream -
Uses of Prioritized in io.microsphere.convert
Subinterfaces of Prioritized in io.microsphere.convert Modifier and Type Interface Description interfaceConverter<S,T>A class to convert the source-typed value to the target-typed valueinterfaceStringConverter<T>A class to covertStringto the target-typed valueClasses in io.microsphere.convert that implement Prioritized Modifier and Type Class Description classAbstractConverter<S,T>Abstract class ofConverterto provide the standardAbstractConverter.getPriority()implementation.classByteArrayToObjectConverterThe class coverts thebyte arrayobject to be aObjectinstance .classMapToPropertiesConverterclassNumberToByteConverterclassNumberToCharacterConverterclassNumberToDoubleConverterclassNumberToFloatConverterclassNumberToIntegerConverterclassNumberToLongConverterclassNumberToShortConverterclassObjectToBooleanConverterclassObjectToByteArrayConverterThe class coverts theObjectinstance to bebyte arrayobject.classObjectToByteConverterclassObjectToCharacterConverterclassObjectToDoubleConverterclassObjectToFloatConverterclassObjectToIntegerConverterclassObjectToLongConverterclassObjectToOptionalConverterThe class to convertObjecttoOptionalclassObjectToShortConverterclassObjectToStringConverterclassPropertiesToStringConverterclassStringToBooleanConverterThe class to convertStringtoBooleanclassStringToByteConverterThe class to convertStringtoByteclassStringToCharacterConverterThe class to convertStringtoCharacterclassStringToCharArrayConverterThe class to convertStringtochar[]classStringToClassConverterThe class to convertStringtoClassclassStringToDoubleConverterThe class to convertStringtoDoubleclassStringToDurationConverterThe class to convertStringtoDurationclassStringToFloatConverterThe class to convertStringtoFloatclassStringToInputStreamConverterThe class to convertStringtoInputStreamclassStringToIntegerConverterThe class to convertStringtoIntegerclassStringToLongConverterThe class to convertStringtoLongclassStringToShortConverterThe class to convertStringtoShortclassStringToStringConverterThe class to convertStringtoString -
Uses of Prioritized in io.microsphere.convert.multiple
Subinterfaces of Prioritized in io.microsphere.convert.multiple Modifier and Type Interface Description interfaceMultiValueConverter<S>An interface to convert the source-typed value to multiple value, e.g , Java array,Collectionor sub-interfacesinterfaceStringToMultiValueConverterThe class to convertStringto multiple value objectClasses in io.microsphere.convert.multiple that implement Prioritized Modifier and Type Class Description classStringToArrayConverterThe class to convertStringto array-type objectclassStringToBlockingDequeConverterThe class to convertStringtoBlockingDeque-based valueclassStringToBlockingQueueConverterThe class to convertStringtoBlockingDeque-based valueclassStringToCollectionConverterThe class to convertStringtoCollection-based valueclassStringToDequeConverterThe class to convertStringtoDeque-based valueclassStringToIterableConverter<T extends java.lang.Iterable>The class to convertStringtoIterable-based valueclassStringToListConverterThe class to convertStringtoList-based valueclassStringToNavigableSetConverterThe class to convertStringtoSortedSet-based valueclassStringToQueueConverterThe class to convertStringtoDeque-based valueclassStringToSetConverterThe class to convertStringtoSet-based valueclassStringToSortedSetConverterThe class to convertStringtoSortedSet-based valueclassStringToTransferQueueConverterThe class to convertStringtoTransferQueue-based value -
Uses of Prioritized in io.microsphere.event
Subinterfaces of Prioritized in io.microsphere.event Modifier and Type Interface Description interfaceConditionalEventListener<E extends Event>AnEventListenerextending the conditional feature thatdecidessomeeventis handled or not by current listener.interfaceEventListener<E extends Event>Classes in io.microsphere.event that implement Prioritized Modifier and Type Class Description classGenericEventListenerAn abstract class ofEventListenerfor Generic events, the sub class could add moreeventhandle methods, rather than only binds theEventListener.onEvent(Event)method that is declared to befinalthe 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 interfaceFileChangedListenerThe event listener forFileChangedEventClasses in io.microsphere.io.event that implement Prioritized Modifier and Type Class Description classLoggingFileChangedListenerFileChangedListenerclass 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 intPrioritized. compareTo(Prioritized that) -
Uses of Prioritized in io.microsphere.logging
Classes in io.microsphere.logging that implement Prioritized Modifier and Type Class Description classACLLoggerFactoryLoggerFactoryfor Apache Commons LoggingclassJDKLoggerFactoryLoggerFactoryfor JDK LoggingclassLoggerFactoryThe factory class forLoggerclassNoOpLoggerFactoryLoggerFactoryforNoOpLoggerclassSfl4jLoggerFactoryTheLoggerFactoryclass for Slf4j -
Uses of Prioritized in io.microsphere.process
Subinterfaces of Prioritized in io.microsphere.process Modifier and Type Interface Description interfaceProcessIdResolverThe resolver for Process IDClasses in io.microsphere.process that implement Prioritized Modifier and Type Class Description classClassicProcessIdResolverProcessIdResolverclass for classic JDK(5 - 8)classModernProcessIdResolverProcessIdResolverclass for Modern JDK (9+)classVirtualMachineProcessIdResolverProcessIdResolverclass for SUN JVM
-