| Class | Description |
|---|---|
| CachedCompiler |
Manages in-memory compilation with an optional cache.
|
| CloseableByteArrayOutputStream |
ByteArrayOutputStream that completes a
CompletableFuture when closed. |
| MyJavaFileManager |
Custom JavaFileManager that stores compiled class files in memory and exposes
them as byte arrays, while delegating unresolved operations to a wrapped
StandardJavaFileManager.
|
| Enum | Description |
|---|---|
| CompilerUtils |
Provides static utility methods for runtime Java compilation, dynamic class loading,
and class-path manipulation.
|
Copyright © 2025. All rights reserved.