所有程序包

程序包概要
程序包
说明
Core package for Infra AOT infrastructure.
Support classes for components that contribute generated code equivalent to a runtime behavior.
Support for registering the need for reflection, resources, java serialization and proxies at runtime.
Annotation support for runtime hints.
Predicate support for runtime hints.
Convenience classes for using runtime hints.
Support for generating GraalVM native configuration from runtime hints.
GraalVM native image features, not part of Infra public API.
GraalVM native image substitutions, not part of Infra public API.
CGLIB or ASM other byte code library
 
 
 
 
 
 
 
 
 
 
 
Provides core helpers that are not specific to any part of the framework.
Core support package for annotations, meta-annotations, and merged annotations with attribute overrides.
Support classes to provide ANSI color output.
Encoder and Decoder abstractions to convert between a reactive stream of bytes and Java objects.
Type Conversion System
Default implementation of the type conversion system.
environment abstraction consisting of bean definition profile and hierarchical property source support.
Abstraction for determining the current Locale, plus global holder that exposes a thread-bound Locale.
 
Generic abstraction for working with byte buffer implementations.
Root package for Framework's serializer interfaces and implementations.
Support classes for Framework's serializer abstraction.
Management of trust material that can be used to establish an SSL connection.
SSL trust material provider for Java KeyStores.
SSL trust material provider for PEM-encoded certificates.
Support for styling values as Strings, with ToStringBuilder as central class.
This package defines core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for TaskExecutor abstraction.
Core support package for type introspection.
Support classes for reading annotation and class-level metadata.
Core support package for type filtering (e.g. for classpath scanning).
Core abstractions behind the Spring Expression Language.
Common utility classes behind the Spring Expression Language.
SpEL's central implementation package.
SpEL's abstract syntax tree.
SpEL's standard parser implementation.
SpEL's default implementations for various core abstractions.
Framework global classes
Logging System Adapter
Optimised Reflection System
Miscellaneous utility classes, such as utilities for working with strings, classes, collections, reflection, etc.
A generic back-off abstraction.
Useful generic java.util.Comparator implementations, such as an invertible comparator and a compound comparator.
Useful generic java.util.concurrent.Future extensions.
Useful generic java.util.function helper classes.
Miscellaneous utility classes for XML parsing and transformation, such as error handlers that log warnings via Logging.