-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Welcome to the Microsphere Java wiki! This documentation is auto-generated from the project source code and provides detailed information about each Java component.
-
Current Version:
0.1.10-SNAPSHOT - Java Compatibility: Java 8, Java 11, Java 17, Java 21, Java 25
- License: Apache License 2.0
- Repository: microsphere-projects/microsphere-java
io.microsphere.annotation
- 🏷️ ConfigurationProperty - Annotation - Since 1.0.0
- 🏷️ Experimental - Annotation - Since 1.0.0
- 🏷️ Immutable - Annotation - Since 1.0.0
- 🏷️ Nonnull - Annotation
- 🏷️ Nullable - Annotation
- 🏷️ Since - Annotation - Since 1.0.0
io.microsphere.beans
- 📦 BeanMetadata - Class - Since 1.0.0
- 📦 BeanProperty - Class - Since 1.0.0
- 📦 BeanUtils - Class - Since 1.0.0
- 📦 ConfigurationProperty - Class - Since 1.0.0
io.microsphere.classloading
- 📦 AbstractArtifactResourceResolver - Class - Since 1.0.0
- 📦 AbstractURLClassPathHandle - Class - Since 1.0.0
- 📦 ArchiveFileArtifactResourceResolver - Class - Since 1.0.0
- 📦 Artifact - Class
- 📦 ArtifactDetector - Class - Since 1.0.0
- 🔌 ArtifactResourceResolver - Interface
- 📦 BannedArtifactClassLoadingExecutor - Class - Since 1.0.0
- 📦 ClassicURLClassPathHandle - Class - Since 1.0.0
- 📦 ManifestArtifactResourceResolver - Class - Since 1.0.0
- 📦 MavenArtifact - Class - Since 1.0.0
- 📦 MavenArtifactResourceResolver - Class - Since 1.0.0
- 📦 ModernURLClassPathHandle - Class - Since 1.0.0
- 📦 NoOpURLClassPathHandle - Class - Since 1.0.0
- 📦 ServiceLoadingURLClassPathHandle - Class - Since 1.0.0
- 📦 StreamArtifactResourceResolver - Class - Since 1.0.0
- 🔌 URLClassPathHandle - Interface - Since 1.0.0
io.microsphere.collection
- 📦 AbstractDeque - Class - Since 1.0.0
- 📦 ArrayEnumeration - Class - Since 1.0.0
- 📦 ArrayStack - Class - Since 1.0.0
- 📦 CollectionUtils - Class
- 📦 DefaultEntry - Class - Since 1.0.0
- 📦 DelegatingDeque - Class - Since 1.0.0
- 📦 DelegatingIterator - Class
- 📦 DelegatingQueue - Class - Since 1.0.0
- 📦 EmptyDeque - Class - Since 1.0.0
- 📦 EmptyIterable - Class - Since 1.0.0
- 📦 EmptyIterator - Class
- 📦 EnumerationIteratorAdapter - Class - Since 1.0.0
- 📦 EnumerationUtils - Class - Since 1.0.0
- 📦 ImmutableEntry - Class
- 📦 IterableAdapter - Class - Since 1.0.0
- 📦 Iterators - Class - Since 1.0.0
- 📦 ListUtils - Class - Since 1.0.0
- 📦 Lists - Class - Since 1.0.0
- 📦 MapUtils - Class - Since 1.0.0
- 📦 Maps - Class - Since 1.0.0
- 📦 PropertiesUtils - Class - Since 1.0.0
- 📦 QueueUtils - Class - Since 1.0.0
- 📦 ReadOnlyIterator - Class
- 📦 ReversedDeque - Class - Since 1.0.0
- 📦 SetUtils - Class - Since 1.0.0
- 📦 Sets - Class - Since 1.0.0
- 📦 SingletonDeque - Class - Since 1.0.0
- 📦 SingletonEnumeration - Class - Since 1.0.0
- 📦 SingletonIterator - Class - Since 1.0.0
- 📦 UnmodifiableDeque - Class - Since 1.0.0
- 📦 UnmodifiableIterator - Class - Since 1.0.0
- 📦 UnmodifiableQueue - Class - Since 1.0.0
io.microsphere.concurrent
- 📦 CustomizedThreadFactory - Class - Since 1.0.0
- 📦 DelegatingBlockingQueue - Class - Since 1.0.0
- 📦 DelegatingScheduledExecutorService - Class - Since 1.0.0
- 📦 ExecutorUtils - Class - Since 1.0.0
io.microsphere.constants
- 🔌 Constants - Interface - Since 1.0.0
- 🔌 FileConstants - Interface - Since 1.0.0
- 🔌 PathConstants - Interface - Since 1.0.0
- 🔌 PropertyConstants - Interface - Since 1.0.0
- 🔌 ProtocolConstants - Interface - Since 1.0.0
- 🔌 ResourceConstants - Interface - Since 1.0.0
- 🔌 SeparatorConstants - Interface - Since 1.0.0
- 🔌 SymbolConstants - Interface - Since 1.0.0
io.microsphere.convert
- 📦 AbstractConverter - Class - Since 1.0.0
- 📦 ByteArrayToObjectConverter - Class - Since 1.0.0
- 🔌 Converter - Interface - Since 1.0.0
- 📦 Converters - Class - Since 1.0.0
- 📦 MapToPropertiesConverter - Class - Since 1.0.0
- 📦 NumberToByteConverter - Class - Since 1.0.0
- 📦 NumberToCharacterConverter - Class - Since 1.0.0
- 📦 NumberToDoubleConverter - Class - Since 1.0.0
- 📦 NumberToFloatConverter - Class - Since 1.0.0
- 📦 NumberToIntegerConverter - Class - Since 1.0.0
- 📦 NumberToLongConverter - Class - Since 1.0.0
- 📦 NumberToShortConverter - Class - Since 1.0.0
- 📦 ObjectToBooleanConverter - Class - Since 1.0.0
- 📦 ObjectToByteArrayConverter - Class - Since 1.0.0
- 📦 ObjectToByteConverter - Class - Since 1.0.0
- 📦 ObjectToCharacterConverter - Class - Since 1.0.0
- 📦 ObjectToDoubleConverter - Class - Since 1.0.0
- 📦 ObjectToFloatConverter - Class - Since 1.0.0
- 📦 ObjectToIntegerConverter - Class - Since 1.0.0
- 📦 ObjectToLongConverter - Class - Since 1.0.0
- 📦 ObjectToOptionalConverter - Class - Since 1.0.0
- 📦 ObjectToShortConverter - Class - Since 1.0.0
- 📦 ObjectToStringConverter - Class - Since 1.0.0
- 📦 PropertiesToStringConverter - Class - Since 1.0.0
- 🔌 StringConverter - Interface - Since 1.0.0
- 📦 StringToBooleanConverter - Class - Since 1.0.0
- 📦 StringToByteConverter - Class - Since 1.0.0
- 📦 StringToCharArrayConverter - Class - Since 1.0.0
- 📦 StringToCharacterConverter - Class - Since 1.0.0
- 📦 StringToClassConverter - Class - Since 1.0.0
- 📦 StringToDoubleConverter - Class - Since 1.0.0
- 📦 StringToDurationConverter - Class - Since 1.0.0
- 📦 StringToFloatConverter - Class - Since 1.0.0
- 📦 StringToInputStreamConverter - Class - Since 1.0.0
- 📦 StringToIntegerConverter - Class - Since 1.0.0
- 📦 StringToLongConverter - Class - Since 1.0.0
- 📦 StringToShortConverter - Class - Since 1.0.0
- 📦 StringToStringConverter - Class - Since 1.0.0
io.microsphere.convert.multiple
- 🔌 MultiValueConverter - Interface - Since 1.0.0
- 📦 StringToArrayConverter - Class - Since 1.0.0
- 📦 StringToBlockingDequeConverter - Class - Since 1.0.0
- 📦 StringToBlockingQueueConverter - Class - Since 1.0.0
- 📦 StringToCollectionConverter - Class - Since 1.0.0
- 📦 StringToDequeConverter - Class - Since 1.0.0
- 📦 StringToIterableConverter - Class - Since 1.0.0
- 📦 StringToListConverter - Class - Since 1.0.0
- 🔌 StringToMultiValueConverter - Interface - Since 1.0.0
- 📦 StringToNavigableSetConverter - Class - Since 1.0.0
- 📦 StringToQueueConverter - Class - Since 1.0.0
- 📦 StringToSetConverter - Class - Since 1.0.0
- 📦 StringToSortedSetConverter - Class - Since 1.0.0
- 📦 StringToTransferQueueConverter - Class - Since 1.0.0
io.microsphere.event
- 📦 AbstractEventDispatcher - Class - Since 1.0.0
- 🔌 ConditionalEventListener - Interface - Since 1.0.0
- 📦 DirectEventDispatcher - Class - Since 1.0.0
- 📦 Event - Class - Since 1.0.0
- 🔌 EventDispatcher - Interface - Since 1.0.0
- 🔌 EventListener - Interface - Since 1.0.0
- 📦 GenericEvent - Class - Since 1.0.0
- 📦 GenericEventListener - Class - Since 1.0.0
- 🔌 Listenable - Interface - Since 1.0.0
- 📦 ParallelEventDispatcher - Class - Since 1.0.0
io.microsphere.filter
- 📦 ClassFileJarEntryFilter - Class - Since 1.0.0
- 🔌 ClassFilter - Interface - Since 1.0.0
- 🔌 Filter - Interface - Since 1.0.0
- 🔢 FilterOperator - Enum - Since 1.0.0
- 📦 FilterUtils - Class - Since 1.0.0
- 🔌 JarEntryFilter - Interface - Since 1.0.0
- 📦 PackageNameClassFilter - Class - Since 1.0.0
- 📦 PackageNameClassNameFilter - Class - Since 1.0.0
- 📦 TrueClassFilter - Class - Since 1.0.0
io.microsphere.invoke
- 📦 MethodHandleUtils - Class - Since 1.0.0
- 📦 MethodHandlesLookupUtils - Class - Since 1.0.0
io.microsphere.io
- 📦 DefaultDeserializer - Class - Since 1.0.0
- 📦 DefaultSerializer - Class - Since 1.0.0
- 🔌 Deserializer - Interface - Since 1.0.0
- 📦 Deserializers - Class - Since 1.0.0
- 📦 FastByteArrayInputStream - Class - Since 1.0.0
- 📦 FastByteArrayOutputStream - Class - Since 1.0.0
- 📦 FileUtils - Class - Since 1.0.0
- 🔌 FileWatchService - Interface - Since 1.0.0
- 📦 IOUtils - Class - Since 1.0.0
- 🔌 Serializer - Interface - Since 1.0.0
- 📦 Serializers - Class - Since 1.0.0
- 📦 StandardFileWatchService - Class - Since 1.0.0
- 📦 StringBuilderWriter - Class
- 📦 StringDeserializer - Class - Since 1.0.0
- 📦 StringSerializer - Class - Since 1.0.0
io.microsphere.io.event
- 📦 FileChangedEvent - Class - Since 1.0.0
- 🔌 FileChangedListener - Interface - Since 1.0.0
- 📦 LoggingFileChangedListener - Class - Since 1.0.0
io.microsphere.io.filter
- 📦 DirectoryFileFilter - Class - Since 1.0.0
- 📦 FileExtensionFilter - Class - Since 1.0.0
- 🔌 IOFileFilter - Interface - Since 1.0.0
- 📦 NameFileFilter - Class - Since 1.0.0
- 📦 TrueFileFilter - Class - Since 1.0.0
io.microsphere.io.scanner
- 🔌 Scanner - Interface - Since 1.0.0
- 📦 SimpleClassScanner - Class - Since 1.0.0
- 📦 SimpleFileScanner - Class - Since 1.0.0
- 📦 SimpleJarEntryScanner - Class - Since 1.0.0
io.microsphere.json
- 📦 JSON - Class
- 📦 JSONArray - Class
- 📦 JSONException - Class
- 📦 JSONObject - Class
- 📦 JSONStringer - Class
- 📦 JSONTokener - Class
- 📦 JSONUtils - Class - Since 1.0.0
io.microsphere.lang
- 📦 ClassDataRepository - Class - Since 1.0.0
- 🔌 DelegatingWrapper - Interface - Since 1.0.0
- 📦 Deprecation - Class - Since 1.0.0
- 📦 MutableInteger - Class - Since 1.0.0
- 🔌 Prioritized - Interface - Since 1.0.0
- 🔌 Wrapper - Interface
- 🔌 WrapperProcessor - Interface - Since 1.0.0
io.microsphere.lang.function
- 🔌 Predicates - Interface - Since 1.0.0
- 🔌 Streams - Interface - Since 1.0.0
- 🔌 ThrowableAction - Interface - Since 1.0.0
- 🔌 ThrowableBiConsumer - Interface - Since 1.0.0
- 🔌 ThrowableBiFunction - Interface
- 🔌 ThrowableConsumer - Interface
- 🔌 ThrowableFunction - Interface - Since 1.0.0
- 🔌 ThrowableSupplier - Interface - Since 1.0.0
io.microsphere.logging
- 📦 ACLLoggerFactory - Class - Since 1.0.0
- 📦 AbstractLogger - Class - Since 1.0.0
- 📦 JDKLoggerFactory - Class - Since 1.0.0
- 🔌 Logger - Interface - Since 1.0.0
- 📦 LoggerFactory - Class - Since 1.0.0
- 📦 NoOpLogger - Class
- 📦 NoOpLoggerFactory - Class - Since 1.0.0
- 📦 Sfl4jLoggerFactory - Class - Since 1.0.0
io.microsphere.management
- 📦 JmxUtils - Class - Since 1.0.0
- 📦 MBeanAttribute - Class - Since 1.0.0
- 📦 ManagementUtils - Class - Since 1.0.0
io.microsphere.management.builder
- 📦 MBeanAttributeInfoBuilder - Class - Since 1.0.0
- 📦 MBeanConstructorInfoBuilder - Class - Since 1.0.0
- 📦 MBeanDescribableBuilder - Class - Since 1.0.0
- 📦 MBeanExecutableInfoBuilder - Class - Since 1.0.0
- 📦 MBeanFeatureInfoBuilder - Class - Since 1.0.0
- 📦 MBeanInfoBuilder - Class - Since 1.0.0
- 📦 MBeanNotificationInfoBuilder - Class - Since 1.0.0
- 📦 MBeanOperationInfoBuilder - Class - Since 1.0.0
- 📦 MBeanParameterInfoBuilder - Class - Since 1.0.0
io.microsphere.metadata
- 📦 AdditionalMetadataResourceConfigurationPropertyLoader - Class - Since 1.0.0
- 📦 ClassPathResourceConfigurationPropertyLoader - Class - Since 1.0.0
- 🔌 ConfigurationPropertyGenerator - Interface - Since 1.0.0
- 🔌 ConfigurationPropertyLoader - Interface - Since 1.0.0
- 🔌 ConfigurationPropertyReader - Interface - Since 1.0.0
- 📦 DefaultConfigurationPropertyGenerator - Class - Since 1.0.0
- 📦 DefaultConfigurationPropertyReader - Class - Since 1.0.0
- 📦 MetadataResourceConfigurationPropertyLoader - Class - Since 1.0.0
- 📦 ReflectiveConfigurationPropertyGenerator - Class - Since 1.0.0
io.microsphere.net
- 📦 CompositeSubProtocolURLConnectionFactory - Class - Since 1.0.0
- 📦 CompositeURLStreamHandlerFactory - Class - Since 1.0.0
- 📦 DelegatingURLConnection - Class - Since 1.0.0
- 📦 DelegatingURLStreamHandlerFactory - Class - Since 1.0.0
- 📦 ExtendableProtocolURLStreamHandler - Class - Since 1.0.0
- 📦 MutableURLStreamHandlerFactory - Class - Since 1.0.0
- 📦 ServiceLoaderURLStreamHandlerFactory - Class - Since 1.0.0
- 📦 StandardURLStreamHandlerFactory - Class - Since 1.0.0
- 🔌 SubProtocolURLConnectionFactory - Interface - Since 1.0.0
- 📦 URLUtils - Class - Since 1.0.0
io.microsphere.net.classpath
- 📦 Handler - Class - Since 1.0.0
io.microsphere.net.console
- 📦 ConsoleURLConnection - Class - Since 1.0.0
- 📦 Handler - Class - Since 1.0.0
io.microsphere.nio.charset
- 📦 CharsetUtils - Class - Since 1.0.0
io.microsphere.process
- 📦 ClassicProcessIdResolver - Class - Since 1.0.0
- 📦 ModernProcessIdResolver - Class - Since 1.0.0
- 📦 ProcessExecutor - Class - Since 1.0.0
- 🔌 ProcessIdResolver - Interface - Since 1.0.0
- 📦 ProcessManager - Class - Since 1.0.0
- 📦 VirtualMachineProcessIdResolver - Class - Since 1.0.0
io.microsphere.reflect
- 📦 AccessibleObjectUtils - Class - Since 1.0.0
- 📦 ClassDefinition - Class - Since 1.0.0
- 📦 ConstructorDefinition - Class - Since 1.0.0
- 📦 ConstructorUtils - Class - Since 1.0.0
- 📦 ExecutableDefinition - Class - Since 1.0.0
- 📦 ExecutableUtils - Class - Since 1.0.0
- 📦 FieldDefinition - Class - Since 1.0.0
- 📦 FieldUtils - Class - Since 1.0.0
- 📦 JavaType - Class - Since 1.0.0
- 📦 MemberDefinition - Class - Since 1.0.0
- 📦 MemberUtils - Class - Since 1.0.0
- 📦 MethodDefinition - Class - Since 1.0.0
- 📦 MethodUtils - Class - Since 1.0.0
- 🔢 Modifier - Enum - Since 1.0.0
- 📦 MultipleType - Class - Since 1.0.0
- 📦 ProxyUtils - Class - Since 1.0.0
- 📦 ReflectionUtils - Class - Since 1.0.0
- 📦 ReflectiveDefinition - Class - Since 1.0.0
- 📦 TypeUtils - Class - Since 1.0.0
io.microsphere.reflect.generics
- 📦 ParameterizedTypeImpl - Class - Since 1.0.0
- 📦 TypeArgument - Class - Since 1.0.0
io.microsphere.security
- 📦 SecurityUtils - Class - Since 1.0.0
io.microsphere.text
- 📦 FormatUtils - Class - Since 1.0.0
io.microsphere.util
- 📦 AnnotationUtils - Class - Since 1.0.0
- 📦 ArrayUtils - Class - Since 1.0.0
- 📦 Assert - Class - Since 1.0.0
- 📦 BaseUtils - Class - Since 1.0.0
- 📦 CharSequenceComparator - Class - Since 1.0.0
- 📦 CharSequenceUtils - Class - Since 1.0.0
- 📦 ClassLoaderUtils - Class - Since 1.0.0
- 📦 ClassPathUtils - Class - Since 1.0.0
- 📦 ClassUtils - Class - Since 1.0.0
- 📦 Compatible - Class
- 📦 Configurer - Class - Since 1.0.0
- 📦 ExceptionUtils - Class - Since 1.0.0
- 📦 Functional - Class - Since 1.0.0
- 📦 HierarchicalClassComparator - Class - Since 1.0.0
- 📦 IterableUtils - Class - Since 1.0.0
- 📦 NumberUtils - Class - Since 1.0.0
- 📦 PriorityComparator - Class - Since 1.0.0
- 📦 PropertyResourceBundleControl - Class - Since 1.0.0
- 📦 PropertyResourceBundleUtils - Class - Since 1.0.0
- 📦 ServiceLoaderUtils - Class - Since 1.0.0
- 📦 ShutdownHookCallbacksThread - Class - Since 1.0.0
- 📦 ShutdownHookUtils - Class - Since 1.0.0
- 📦 StackTraceUtils - Class - Since 1.0.0
- 📦 StopWatch - Class - Since 1.0.0
- 📦 StringUtils - Class - Since 1.0.0
- 📦 SystemUtils - Class - Since 1.0.0
- 📦 ThrowableUtils - Class - Since 1.0.0
- 📦 TypeFinder - Class - Since 1.0.0
- 🔌 Utils - Interface - Since 1.0.0
- 📦 ValueHolder - Class - Since 1.0.0
- 📦 Version - Class - Since 1.0.0
- 📦 VersionUtils - Class - Since 1.0.0
io.microsphere.util.jar
- 📦 JarUtils - Class - Since 1.0.0
io.microsphere.jdk.tools.compiler
- 📦 Compiler - Class - Since 1.0.0
io.microsphere.lang.model.element
- 📦 StringAnnotationValue - Class - Since 1.0.0
io.microsphere.lang.model.util
- 📦 AnnotatedElementJSONElementVisitor - Class - Since 1.0.0
- 🔌 AnnotationUtils - Interface - Since 1.0.0
- 🔌 ClassUtils - Interface - Since 1.0.0
- 🔌 ConstructorUtils - Interface - Since 1.0.0
- 🔌 ElementUtils - Interface - Since 1.0.0
- 📦 ExecutableElementComparator - Class - Since 1.0.0
- 🔌 FieldUtils - Interface - Since 1.0.0
- 📦 JSONAnnotationValueVisitor - Class - Since 1.0.0
- 📦 JSONElementVisitor - Class - Since 1.0.0
- 🔌 LoggerUtils - Interface - Since 1.0.0
- 🔌 MemberUtils - Interface - Since 1.0.0
- 🔌 MessagerUtils - Interface - Since 1.0.0
- 🔌 MethodUtils - Interface - Since 1.0.0
- 📦 ResolvableAnnotationValueVisitor - Class - Since 1.0.0
- 🔌 TypeUtils - Interface - Since 1.0.0
io.microsphere.annotation.processor
- 📦 ConfigurationPropertyAnnotationProcessor - Class - Since 1.0.0
- 📦 ConfigurationPropertyJSONElementVisitor - Class - Since 1.0.0
- 📦 FilerProcessor - Class - Since 1.0.0
- 📦 ResourceProcessor - Class - Since 1.0.0
io.microsphere.test.annotation
- 🏷️ TestAnnotation - Annotation - Since 1.0.0
io.microsphere.test.annotation.processing
- 📦 AbstractAnnotationProcessingTest - Class - Since 1.0.0
- 📦 AnnotationProcessingTestProcessor - Class - Since 1.0.0
- 📦 CompilerInvocationInterceptor - Class - Since 1.0.0
io.microsphere.test.model
- 📦 Ancestor - Class - Since 1.0.0
- 📦 ArrayTypeModel - Class - Since 1.0.0
- 📦 CollectionTypeModel - Class - Since 1.0.0
- 🔢 Color - Enum - Since 1.0.0
- 📦 ConfigurationPropertyModel - Class - Since 1.0.0
- 📦 MapTypeModel - Class - Since 1.0.0
- 📦 Model - Class - Since 1.0.0
- 📦 Parent - Class - Since 1.0.0
- 📦 PrimitiveTypeModel - Class - Since 1.0.0
- 📦 SimpleTypeModel - Class - Since 1.0.0
- 📦 StringArrayList - Class - Since 1.0.0
io.microsphere.test.service
- 📦 DefaultTestService - Class - Since 1.0.0
- 📦 GenericTestService - Class - Since 1.0.0
- 🔌 TestService - Interface - Since 1.0.0
- 📦 TestServiceImpl - Class - Since 1.0.0
This wiki is auto-generated from the source code of microsphere-java. To update, trigger the wiki-publish workflow.
java-annotations
java-core
- ACLLoggerFactory
- AbstractArtifactResourceResolver
- AbstractConverter
- AbstractDeque
- AbstractEventDispatcher
- AbstractLogger
- AbstractURLClassPathHandle
- AccessibleObjectUtils
- AdditionalMetadataResourceConfigurationPropertyLoader
- AnnotationUtils
- ArchiveFileArtifactResourceResolver
- ArrayEnumeration
- ArrayStack
- ArrayUtils
- Artifact
- ArtifactDetector
- ArtifactResourceResolver
- Assert
- BannedArtifactClassLoadingExecutor
- BaseUtils
- BeanMetadata
- BeanProperty
- BeanUtils
- ByteArrayToObjectConverter
- CharSequenceComparator
- CharSequenceUtils
- CharsetUtils
- ClassDataRepository
- ClassDefinition
- ClassFileJarEntryFilter
- ClassFilter
- ClassLoaderUtils
- ClassPathResourceConfigurationPropertyLoader
- ClassPathUtils
- ClassUtils
- ClassicProcessIdResolver
- ClassicURLClassPathHandle
- CollectionUtils
- Compatible
- CompositeSubProtocolURLConnectionFactory
- CompositeURLStreamHandlerFactory
- ConditionalEventListener
- ConfigurationProperty
- ConfigurationPropertyGenerator
- ConfigurationPropertyLoader
- ConfigurationPropertyReader
- Configurer
- ConsoleURLConnection
- Constants
- ConstructorDefinition
- ConstructorUtils
- Converter
- Converters
- CustomizedThreadFactory
- DefaultConfigurationPropertyGenerator
- DefaultConfigurationPropertyReader
- DefaultDeserializer
- DefaultEntry
- DefaultSerializer
- DelegatingBlockingQueue
- DelegatingDeque
- DelegatingIterator
- DelegatingQueue
- DelegatingScheduledExecutorService
- DelegatingURLConnection
- DelegatingURLStreamHandlerFactory
- DelegatingWrapper
- Deprecation
- Deserializer
- Deserializers
- DirectEventDispatcher
- DirectoryFileFilter
- EmptyDeque
- EmptyIterable
- EmptyIterator
- EnumerationIteratorAdapter
- EnumerationUtils
- Event
- EventDispatcher
- EventListener
- ExceptionUtils
- ExecutableDefinition
- ExecutableUtils
- ExecutorUtils
- ExtendableProtocolURLStreamHandler
- FastByteArrayInputStream
- FastByteArrayOutputStream
- FieldDefinition
- FieldUtils
- FileChangedEvent
- FileChangedListener
- FileConstants
- FileExtensionFilter
- FileUtils
- FileWatchService
- Filter
- FilterOperator
- FilterUtils
- FormatUtils
- Functional
- GenericEvent
- GenericEventListener
- Handler
- Handler
- HierarchicalClassComparator
- IOFileFilter
- IOUtils
- ImmutableEntry
- IterableAdapter
- IterableUtils
- Iterators
- JDKLoggerFactory
- JSON
- JSONArray
- JSONException
- JSONObject
- JSONStringer
- JSONTokener
- JSONUtils
- JarEntryFilter
- JarUtils
- JavaType
- JmxUtils
- ListUtils
- Listenable
- Lists
- Logger
- LoggerFactory
- LoggingFileChangedListener
- MBeanAttribute
- MBeanAttributeInfoBuilder
- MBeanConstructorInfoBuilder
- MBeanDescribableBuilder
- MBeanExecutableInfoBuilder
- MBeanFeatureInfoBuilder
- MBeanInfoBuilder
- MBeanNotificationInfoBuilder
- MBeanOperationInfoBuilder
- MBeanParameterInfoBuilder
- ManagementUtils
- ManifestArtifactResourceResolver
- MapToPropertiesConverter
- MapUtils
- Maps
- MavenArtifact
- MavenArtifactResourceResolver
- MemberDefinition
- MemberUtils
- MetadataResourceConfigurationPropertyLoader
- MethodDefinition
- MethodHandleUtils
- MethodHandlesLookupUtils
- MethodUtils
- ModernProcessIdResolver
- ModernURLClassPathHandle
- Modifier
- MultiValueConverter
- MultipleType
- MutableInteger
- MutableURLStreamHandlerFactory
- NameFileFilter
- NoOpLogger
- NoOpLoggerFactory
- NoOpURLClassPathHandle
- NumberToByteConverter
- NumberToCharacterConverter
- NumberToDoubleConverter
- NumberToFloatConverter
- NumberToIntegerConverter
- NumberToLongConverter
- NumberToShortConverter
- NumberUtils
- ObjectToBooleanConverter
- ObjectToByteArrayConverter
- ObjectToByteConverter
- ObjectToCharacterConverter
- ObjectToDoubleConverter
- ObjectToFloatConverter
- ObjectToIntegerConverter
- ObjectToLongConverter
- ObjectToOptionalConverter
- ObjectToShortConverter
- ObjectToStringConverter
- PackageNameClassFilter
- PackageNameClassNameFilter
- ParallelEventDispatcher
- ParameterizedTypeImpl
- PathConstants
- Predicates
- Prioritized
- PriorityComparator
- ProcessExecutor
- ProcessIdResolver
- ProcessManager
- PropertiesToStringConverter
- PropertiesUtils
- PropertyConstants
- PropertyResourceBundleControl
- PropertyResourceBundleUtils
- ProtocolConstants
- ProxyUtils
- QueueUtils
- ReadOnlyIterator
- ReflectionUtils
- ReflectiveConfigurationPropertyGenerator
- ReflectiveDefinition
- ResourceConstants
- ReversedDeque
- Scanner
- SecurityUtils
- SeparatorConstants
- Serializer
- Serializers
- ServiceLoaderURLStreamHandlerFactory
- ServiceLoaderUtils
- ServiceLoadingURLClassPathHandle
- SetUtils
- Sets
- Sfl4jLoggerFactory
- ShutdownHookCallbacksThread
- ShutdownHookUtils
- SimpleClassScanner
- SimpleFileScanner
- SimpleJarEntryScanner
- SingletonDeque
- SingletonEnumeration
- SingletonIterator
- StackTraceUtils
- StandardFileWatchService
- StandardURLStreamHandlerFactory
- StopWatch
- StreamArtifactResourceResolver
- Streams
- StringBuilderWriter
- StringConverter
- StringDeserializer
- StringSerializer
- StringToArrayConverter
- StringToBlockingDequeConverter
- StringToBlockingQueueConverter
- StringToBooleanConverter
- StringToByteConverter
- StringToCharArrayConverter
- StringToCharacterConverter
- StringToClassConverter
- StringToCollectionConverter
- StringToDequeConverter
- StringToDoubleConverter
- StringToDurationConverter
- StringToFloatConverter
- StringToInputStreamConverter
- StringToIntegerConverter
- StringToIterableConverter
- StringToListConverter
- StringToLongConverter
- StringToMultiValueConverter
- StringToNavigableSetConverter
- StringToQueueConverter
- StringToSetConverter
- StringToShortConverter
- StringToSortedSetConverter
- StringToStringConverter
- StringToTransferQueueConverter
- StringUtils
- SubProtocolURLConnectionFactory
- SymbolConstants
- SystemUtils
- ThrowableAction
- ThrowableBiConsumer
- ThrowableBiFunction
- ThrowableConsumer
- ThrowableFunction
- ThrowableSupplier
- ThrowableUtils
- TrueClassFilter
- TrueFileFilter
- TypeArgument
- TypeFinder
- TypeUtils
- URLClassPathHandle
- URLUtils
- UnmodifiableDeque
- UnmodifiableIterator
- UnmodifiableQueue
- Utils
- ValueHolder
- Version
- VersionUtils
- VirtualMachineProcessIdResolver
- Wrapper
- WrapperProcessor
jdk-tools
lang-model
- AnnotatedElementJSONElementVisitor
- AnnotationUtils
- ClassUtils
- ConstructorUtils
- ElementUtils
- ExecutableElementComparator
- FieldUtils
- JSONAnnotationValueVisitor
- JSONElementVisitor
- LoggerUtils
- MemberUtils
- MessagerUtils
- MethodUtils
- ResolvableAnnotationValueVisitor
- StringAnnotationValue
- TypeUtils
annotation-processor
- ConfigurationPropertyAnnotationProcessor
- ConfigurationPropertyJSONElementVisitor
- FilerProcessor
- ResourceProcessor
java-test
- AbstractAnnotationProcessingTest
- Ancestor
- AnnotationProcessingTestProcessor
- ArrayTypeModel
- CollectionTypeModel
- Color
- CompilerInvocationInterceptor
- ConfigurationPropertyModel
- DefaultTestService
- GenericTestService
- MapTypeModel
- Model
- Parent
- PrimitiveTypeModel
- SimpleTypeModel
- StringArrayList
- TestAnnotation
- TestService
- TestServiceImpl