Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: LdapQueryBuilderFuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2 6.25%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 30 93.7%
All colors 32 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2 23 [org.springframework.ldap.query.DefaultConditionCriteria].appendToParent(org.springframework.ldap.filter.Filter) call site: 00023

Runtime coverage analysis

Covered functions
60
Functions that are reachable but not covered
29
Reachable functions
47
Percentage of reachable functions covered
38.3%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
LdapQueryBuilderFuzzer 1
org.springframework.ldap.query.LdapQueryBuilder 8
org.springframework.util.Assert 2
org.springframework.ldap.support.LdapUtils 2
com.code_intelligence.jazzer.api.FuzzedDataProvider 2
org.springframework.ldap.query.DefaultConditionCriteria 3
org.springframework.ldap.query.DefaultContainerCriteria 2
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableEntrySet 2
org.springframework.ldap.query.CriteriaContainerType 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
[org.springframework.ldap.core.DistinguishedName].parse(java.lang.String) org.springframework.ldap.core.DistinguishedName 1 ['java.lang.String'] 1331 0 17 4 1 8396 0 5393 5389
[org.springframework.core.io.support.SpringFactoriesLoader].load(java.lang.Class,org.springframework.core.io.support.SpringFactoriesLoader$ArgumentResolver,org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler) org.springframework.core.io.support.SpringFactoriesLoader 3 ['java.lang.Class', 'org.springframework.core.io.support.SpringFactoriesLoader$ArgumentResolver', 'org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler'] 1371 0 29 9 2 8374 2 5365 38

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
34.9%
4678/13368
Cyclomatic complexity statically reachable by fuzzers
41.1%
5446 / 13224

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
org.springframework.beans.factory.config.YamlPropertiesFactoryBean [] []
org.springframework.cglib.proxy.NoOpGenerator [] []
org.springframework.beans.factory.BeanFactoryAware [] []
org.springframework.core.BridgeMethodResolver$lambda_findBridgedMethod_0__34 [] []
org.springframework.beans.SimpleBeanInfoFactory [] []
org.springframework.objenesis.strategy.PlatformDescription [] []
org.springframework.core.ResolvableType$VariableResolver [] []
org.springframework.core.annotation.AnnotationTypeMappings$Cache$createMappings__56 [] []
org.springframework.beans.factory.support.AbstractBeanFactory$lambda_doGetBean_0__46 [] []
org.springframework.core.io.buffer.DataBufferUtils$NestedMatcher [] []
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$lambda_getTypeForFactoryMethod_1__84 [] []
org.springframework.ldap.filter.WhitespaceWildcardsFilter [] []
org.springframework.beans.factory.support.BeanDefinitionValueResolver [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableValueCollection$1 [] []
java.util.concurrent.Executor [] []
org.springframework.core.env.ProfilesParser$Operator [] []
org.springframework.transaction.event.TransactionalEventListener [] []
org.springframework.javapoet.ClassName$1 [] []
org.springframework.ldap.transaction.compensating.UnbindOperationExecutor [] []
org.springframework.core.BridgeMethodResolver$add__35 [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$SetDelegate [] []
org.springframework.cglib.core.DuplicatesPredicate$UnnecessaryBridgeFinder$1 [] []
org.springframework.beans.BeanMetadataAttribute [] []
org.springframework.aot.hint.annotation.RegisterReflectionForBindingProcessor [] []
org.springframework.util.ConcurrentLruCache$Node [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$ExecutableLookup [] []
org.springframework.cglib.transform.impl.AddInitTransformer$1 [] []
org.springframework.core.codec.Hints [] []
org.springframework.util.SystemPropertyUtils [] []
org.springframework.aot.generate.ClassNameGenerator [] []
org.springframework.ldap.core.DefaultLdapClient$ContextRunnable [] []
org.springframework.ldap.pool.DelegatingLdapContext [] []
org.springframework.aot.generate.GeneratedFiles [] []
org.springframework.cglib.util.ParallelSorter$LongComparer [] []
org.springframework.beans.factory.groovy.GroovyDynamicElementReader$1 [] []
org.springframework.cglib.transform.impl.InterceptFieldTransformer [] []
org.springframework.core.io.AbstractResource$lambda_exists_1__108 [] []
org.springframework.cglib.core.ReflectUtils$3 [] []
org.springframework.core.codec.Netty5BufferEncoder [] []
org.springframework.cglib.reflect.MulticastDelegate$Generator$1 [] []
org.springframework.beans.factory.config.MethodInvokingFactoryBean [] []
org.springframework.beans.factory.config.BeanPostProcessor [] []
org.springframework.ldap.core.LdapTemplate$34 [] []
org.springframework.ldap.core.support.AbstractContextSource [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$BeanReferenceDelegate [] []
org.springframework.core.env.PropertySource$StubPropertySource [] []
org.springframework.core.codec.ResourceEncoder [] []
org.springframework.beans.factory.SmartFactoryBean [] []
org.springframework.core.log.LogDelegateFactory [] []
org.springframework.util.concurrent.SettableListenableFuture$SettableTask [] []
org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1 [] []
org.springframework.asm.ClassVisitor [] []
org.springframework.transaction.reactive.TransactionContextManager [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$VfsResourceMatchingDelegate [] []
org.springframework.beans.factory.support.RegisteredBean$lambda_of_0__111 [] []
org.springframework.cglib.core.KeyFactory$2 [] []
org.springframework.ldap.core.AttributesMapper [] []
org.springframework.core.annotation.MergedAnnotationPredicates$FirstRunOfPredicate [] []
org.springframework.core.io.buffer.LimitedDataBufferList$lambda_addAll_0__22 [] []
org.springframework.beans.factory.support.NullBean [] []
org.springframework.javapoet.TypeVariableName [] []
org.springframework.beans.factory.support.AutowireUtils$lambda_static_0__29 [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$lambda_createFactoryAwareOrderSourceProvider_11__49 [] []
org.springframework.transaction.annotation.EnableTransactionManagement [] []
org.springframework.core.convert.support.StringToTimeZoneConverter [] []
org.springframework.ldap.filter.BinaryLogicalFilter [] []
org.slf4j.helpers.BasicMDCAdapter$1 [] []
org.springframework.ldap.core.NameAwareAttributes [] []
org.springframework.util.xml.SimpleSaxErrorHandler [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$ConstructorHintPredicate$lambda_exactMatch_1__38 [] []
java.lang.Runnable [] []
org.springframework.beans.ExtendedBeanInfo$SimpleIndexedPropertyDescriptor [] []
org.springframework.ldap.transaction.compensating.manager.TransactionAwareDirContextInvocationHandler [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$TypeHintPredicate$lambda_withAnyMemberCategory_2__60 [] []
org.springframework.beans.factory.config.AbstractFactoryBean$EarlySingletonInvocationHandler [] []
org.springframework.asm.TypeReference [] []
org.apache.commons.pool.KeyedObjectPool [] []
org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper [] []
org.springframework.core.type.classreading.MergedAnnotationReadingVisitor$ArrayVisitor [] []
org.springframework.ldap.control.SortControlDirContextProcessor [] []
org.xml.sax.ErrorHandler [] []
org.springframework.cglib.proxy.MethodInterceptorGenerator [] []
org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler [] []
org.springframework.cglib.core.Local [] []
org.springframework.aot.hint.ConditionalHint [] []
org.springframework.beans.factory.parsing.Location [] []
org.springframework.javapoet.CodeBlock [] []
org.springframework.ldap.core.LdapClient$ListSpec [] []
org.springframework.cglib.core.ReflectUtils [] []
org.springframework.core.io.DescriptiveResource [] []
org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler$lambda_handleMessage_3__126 [] []
org.springframework.beans.factory.support.InstanceSupplier$1 [] []
org.springframework.beans.PropertyValues [] []
org.springframework.beans.factory.xml.DocumentLoader [] []
org.springframework.aot.hint.JavaSerializationHint [] []
org.springframework.core.log.CompositeLog$isDebugEnabled__48 [] []
org.springframework.core.convert.support.ObjectToArrayConverter [] []
org.springframework.util.TypeUtils [] []
org.springframework.jca.endpoint.GenericMessageEndpointManager [] []
org.springframework.beans.factory.xml.PluggableSchemaResolver [] []
org.springframework.ldap.transaction.compensating.LdapTransactionUtils [] []
org.springframework.beans.factory.support.BeanDefinitionReader [] []
org.springframework.core.convert.support.IntegerToEnumConverterFactory [] []
org.springframework.util.backoff.BackOffExecution [] []
org.springframework.ldap.query.ContainerCriteria [] []
org.springframework.beans.factory.config.YamlProcessor$FilteringConstructor [] []
org.springframework.core.env.MissingRequiredPropertiesException [] []
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry$lambda_registerDependentBean_1__68 [] []
org.springframework.core.convert.support.FallbackObjectToStringConverter [] []
org.springframework.cglib.transform.ClassTransformerFactory [] []
org.springframework.aot.nativex.BasicJsonWriter [] []
org.springframework.transaction.jta.ManagedTransactionAdapter [] []
org.springframework.ldap.core.LdapRdnComponent [] []
org.springframework.ldap.core.support.AggregateDirContextProcessor [] []
org.springframework.beans.PropertyAccessorUtils [] []
org.springframework.ldap.pool.PoolExhaustedAction [] []
org.springframework.util.RouteMatcher$Route [] []
org.springframework.ldap.core.support.RangeOption [] []
org.springframework.beans.factory.config.PropertiesFactoryBean [] []
org.springframework.beans.factory.config.NamedBeanHolder [] []
org.springframework.core.env.CompositePropertySource [] []
org.springframework.core.io.buffer.Netty5DataBuffer [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$CollectionDelegate [] []
org.springframework.cglib.core.EmitUtils$6 [] []
org.xml.sax.ContentHandler [] []
org.springframework.cglib.proxy.Proxy$1 [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$MethodHintPredicate [] []
org.springframework.core.io.InputStreamSource [] []
org.slf4j.helpers.SubstituteLoggerFactory [] []
org.springframework.beans.propertyeditors.ZoneIdEditor [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$ReactiveTransactionInfo [] []
org.springframework.core.annotation.TypeMappedAnnotation$invokeAnnotationMethod__155 [] []
org.springframework.ldap.core.AuthenticationErrorCallback [] []
org.springframework.util.ConcurrentLruCache [] []
org.apache.commons.pool2.KeyedObjectPool [] []
org.springframework.ldap.support.LdapUtils$CollectingAttributeValueCallbackHandler [] []
org.springframework.core.type.classreading.SimpleMethodMetadataReadingVisitor [] []
org.springframework.javapoet.FieldSpec$Builder [] []
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration [] []
org.springframework.core.annotation.AttributeMethods$compute__32 [] []
org.springframework.cglib.core.AsmApi [] []
org.springframework.core.io.FileUrlResource [] []
org.slf4j.helpers.NOPLogger [] []
org.slf4j.event.SubstituteLoggingEvent [] []
org.springframework.transaction.SavepointManager [] []
org.springframework.core.io.DefaultResourceLoader$ClassPathContextResource [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$FieldHintPredicate [] []
org.springframework.ldap.core.LdapEntryIdentification [] []
org.apache.commons.logging.LogFactory [] []
org.springframework.ldap.core.LdapTemplate$11 [] []
org.springframework.cglib.transform.impl.AddInitTransformer [] []
org.springframework.core.ReactiveAdapterRegistry [] []
org.springframework.ldap.core.DefaultLdapClient$NamingExceptionFunction [] []
org.springframework.transaction.interceptor.RuleBasedTransactionAttribute [] []
org.springframework.core.annotation.RepeatableContainers$StandardRepeatableContainers [] []
org.springframework.transaction.support.ResourceHolderSupport [] []
org.springframework.ldap.core.LdapTemplate$3 [] []
org.springframework.beans.factory.support.AutowireCandidateQualifier [] []
org.springframework.cglib.util.ParallelSorter$ComparatorComparer [] []
org.springframework.core.io.support.EncodedResource [] []
org.springframework.beans.factory.config.DeprecatedBeanWarner [] []
org.springframework.core.style.ValueStyler [] []
org.springframework.util.xml.XmlValidationModeDetector [] []
org.springframework.beans.factory.support.MethodOverrides [] []
org.springframework.cglib.reflect.FastClassEmitter$2 [] []
org.springframework.core.serializer.DefaultDeserializer [] []
org.springframework.ldap.core.DistinguishedNameEditor [] []
org.springframework.cglib.reflect.FastMember [] []
org.springframework.core.OverridingClassLoader [] []
org.springframework.core.annotation.MergedAnnotations [] []
kotlin.reflect.full.KClasses [] []
org.springframework.util.LinkedMultiValueMap [] []
org.springframework.core.env.PropertySourcesPropertyResolver [] []
org.springframework.cglib.util.StringSwitcher$Generator$1 [] []
org.springframework.beans.factory.parsing.Problem [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$ManagedMapDelegate [] []
org.springframework.beans.factory.parsing.ComponentDefinition [] []
org.springframework.core.log.CompositeLog$isDebugEnabled__2 [] []
org.springframework.objenesis.instantiator.ObjectInstantiator [] []
org.springframework.util.FileSystemUtils [] []
org.springframework.core.convert.ConversionService [] []
org.springframework.beans.factory.xml.BeanDefinitionDecorator [] []
org.springframework.core.SerializableTypeWrapper$MethodParameterTypeProvider [] []
org.springframework.core.env.EnumerablePropertySource [] []
jakarta.resource.spi.ResourceAdapter [] []
org.springframework.core.convert.support.NumberToNumberConverterFactory$NumberToNumber [] []
org.springframework.aot.nativex.NativeConfigurationWriter [] []
org.springframework.util.function.SingletonSupplier [] []
org.springframework.cglib.core.DefaultGeneratorStrategy [] []
org.springframework.cglib.beans.BulkBean$BulkBeanKey [] []
org.springframework.beans.factory.annotation.Value [] []
org.springframework.ldap.core.LdapTemplate$16 [] []
org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler$lambda_handleMessage_2__166 [] []
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy [] []
org.springframework.transaction.reactive.GenericReactiveTransaction [] []
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer$PropertyPlaceholderConfigurerResolver [] []
org.springframework.ldap.config.LdapNamespaceHandler [] []
org.springframework.beans.SimpleBeanInfoFactory$1 [] []
org.springframework.beans.factory.config.PlaceholderConfigurerSupport [] []
org.springframework.core.annotation.AnnotationTypeMapping$lambda_static_0__97 [] []
org.springframework.core.convert.support.GenericConversionService$NoOpConverter [] []
org.springframework.ldap.core.support.BaseLdapPathAware [] []
org.springframework.core.env.ConfigurableEnvironment [] []
org.springframework.javapoet.CodeWriter$lambda_popTypeVariables_1__16 [] []
org.springframework.beans.factory.aot.BeanRegistrationsCode [] []
org.springframework.cglib.core.ClassTransformer [] []
org.springframework.core.GenericTypeResolver$TypeVariableMapVariableResolver [] []
org.springframework.beans.TypeConverterDelegate [] []
org.springframework.beans.factory.aot.BeanFactoryInitializationAotContribution [] []
org.springframework.ldap.transaction.compensating.RenameOperationRecorder [] []
org.springframework.beans.propertyeditors.ResourceBundleEditor [] []
org.springframework.ldap.core.LdapRdn [] []
org.springframework.beans.factory.support.DefaultBeanNameGenerator [] []
org.springframework.transaction.support.TransactionSynchronizationAdapter [] []
org.springframework.util.xml.StaxUtils [] []
org.w3c.dom.UserDataHandler [] []
org.springframework.ldap.transaction.compensating.RebindOperationExecutor [] []
org.springframework.cglib.core.LocalVariablesSorter [] []
org.springframework.ldap.transaction.compensating.NullOperationExecutor [] []
org.springframework.cglib.proxy.BridgeMethodResolver [] []
org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler$lambda_throwing_0__123 [] []
org.springframework.transaction.jta.JtaAfterCompletionSynchronization [] []
org.springframework.cglib.beans.BulkBeanEmitter [] []
org.springframework.aot.hint.ExecutableMode [] []
org.springframework.beans.factory.config.PropertyPathFactoryBean [] []
org.springframework.cglib.util.ParallelSorter$IntComparer [] []
org.springframework.util.unit.DataSize$DataSizeUtils [] []
org.springframework.cglib.util.StringSwitcher$Generator [] []
org.springframework.core.ParameterNameDiscoverer [] []
org.springframework.cglib.proxy.MethodInterceptorGenerator$1 [] []
org.springframework.core.env.SimpleCommandLinePropertySource [] []
org.springframework.aot.hint.BindingReflectionHintsRegistrar [] []
org.springframework.core.env.PropertySources [] []
org.springframework.objenesis.Objenesis [] []
org.springframework.dao.IncorrectUpdateSemanticsDataAccessException [] []
org.springframework.transaction.event.TransactionalApplicationListener$SynchronizationCallback [] []
org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor [] []
org.springframework.cglib.reflect.MulticastDelegate [] []
org.springframework.core.convert.support.GenericConversionService$ConvertersForPair [] []
org.springframework.transaction.reactive.TransactionalOperatorImpl [] []
org.springframework.core.convert.converter.ConditionalConverter [] []
org.springframework.javapoet.TypeName [] []
org.springframework.aot.hint.SerializationHints [] []
org.springframework.ldap.pool.factory.PoolingContextSource [] []
org.springframework.core.convert.support.EnumToStringConverter [] []
org.springframework.util.StringUtils [] []
org.springframework.transaction.support.TransactionSynchronizationUtils [] []
org.springframework.core.io.FileSystemResourceLoader [] []
org.springframework.beans.BeanWrapper [] []
org.springframework.util.concurrent.FailureCallback [] []
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager [] []
org.springframework.ldap.core.LdapTemplate$AuthenticationStatus [] []
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$isExcludedFromDependencyCheck__139 [] []
org.springframework.beans.TypeConverterSupport [] []
org.springframework.core.serializer.Serializer [] []
org.springframework.core.convert.ConversionFailedException [] []
org.springframework.ldap.core.LdapTemplate$14 [] []
org.springframework.core.metrics.jfr.FlightRecorderStartupStep$FlightRecorderTag [] []
org.springframework.cglib.util.ParallelSorter$ShortComparer [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator [] []
org.springframework.util.ConcurrentLruCache$DrainStatus [] []
org.springframework.javapoet.LineWrapper [] []
org.springframework.core.annotation.AnnotatedElementUtils [] []
org.springframework.core.io.PathResource [] []
org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy [] []
org.springframework.transaction.InvalidTimeoutException [] []
org.springframework.cglib.core.KeyFactory$4 [] []
org.springframework.util.unit.DataUnit [] []
org.springframework.core.type.filter.TypeFilter [] []
org.springframework.core.type.classreading.MergedAnnotationReadingVisitor [] []
org.springframework.ldap.pool2.DirContextType [] []
org.springframework.cglib.core.ProcessArrayCallback [] []
org.springframework.ldap.filter.CompareFilter [] []
org.springframework.transaction.reactive.TransactionContextHolder [] []
org.springframework.beans.factory.config.BeanReference [] []
org.slf4j.helpers.BasicMDCAdapter [] []
org.springframework.beans.factory.config.ConstructorArgumentValues$ValueHolder [] []
org.springframework.ldap.core.LdapTemplate$10 [] []
org.springframework.cglib.transform.impl.FieldProviderTransformer$1 [] []
org.springframework.ldap.core.LdapTemplate$1 [] []
org.springframework.core.annotation.AbstractMergedAnnotation [] []
org.springframework.cglib.beans.BeanMapEmitter$1 [] []
org.springframework.core.io.AbstractResource [] []
org.springframework.transaction.TransactionSystemException [] []
org.springframework.cglib.core.GeneratorStrategy [] []
org.springframework.objenesis.instantiator.basic.ConstructorInstantiator [] []
org.springframework.transaction.support.ResourceHolderSynchronization [] []
org.springframework.core.convert.support.CharacterToNumberFactory [] []
org.springframework.beans.factory.support.MethodReplacer [] []
org.springframework.beans.factory.xml.ResourceEntityResolver [] []
org.xml.sax.DTDHandler [] []
org.springframework.ldap.core.DirContextProxy [] []
org.springframework.cglib.proxy.Enhancer [] []
org.springframework.core.MethodClassKey [] []
org.springframework.core.annotation.AnnotationFilter$2 [] []
org.springframework.beans.factory.xml.DocumentDefaultsDefinition [] []
org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor [] []
org.springframework.util.concurrent.ListenableFutureAdapter$1 [] []
org.springframework.ldap.core.DnParser [] []
org.springframework.ldap.filter.OrFilter [] []
org.springframework.ldap.core.ContextMapper [] []
org.springframework.util.LinkedCaseInsensitiveMap$EntrySet [] []
org.springframework.transaction.annotation.TransactionManagementConfigurer [] []
org.slf4j.spi.MDCAdapter [] []
org.springframework.aot.hint.predicate.RuntimeHintsPredicates [] []
org.springframework.util.concurrent.ListenableFutureCallbackRegistry [] []
org.slf4j.helpers.Util$ClassContextSecurityManager [] []
org.springframework.core.codec.ByteBufferDecoder [] []
org.springframework.core.annotation.AnnotationUtils$lambda_getAnnotationAttributes_0__101 [] []
org.springframework.core.ResolvableType$WildcardBounds [] []
org.springframework.util.RouteMatcher [] []
org.springframework.core.annotation.AnnotationUtils$DefaultValueHolder [] []
org.springframework.util.function.ThrowingSupplier$1 [] []
org.springframework.core.env.StandardEnvironment [] []
org.springframework.core.MethodIntrospector [] []
org.springframework.core.io.support.ResourcePropertySource [] []
org.springframework.cglib.core.EmitUtils$7 [] []
org.springframework.beans.factory.support.SimpleAutowireCandidateResolver [] []
org.springframework.aot.generate.InMemoryGeneratedFiles [] []
org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean [] []
org.springframework.beans.factory.parsing.SourceExtractor [] []
org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser$Ejb3TransactionAttribute [] []
org.springframework.beans.factory.config.BeanDefinitionHolder [] []
org.springframework.ldap.filter.NotPresentFilter [] []
org.w3c.dom.Node [] []
org.springframework.core.io.buffer.DataBufferUtils$CompositeMatcher [] []
org.springframework.beans.factory.parsing.FailFastProblemReporter [] []
org.springframework.core.convert.support.StringToCollectionConverter [] []
org.springframework.cglib.beans.BeanCopier [] []
org.springframework.util.LinkedCaseInsensitiveMap$EntrySetIterator [] []
org.springframework.util.concurrent.SettableListenableFuture [] []
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor [] []
org.springframework.cglib.beans.BeanGenerator$BeanGeneratorKey [] []
org.springframework.ldap.core.SearchExecutor [] []
org.slf4j.spi.LoggerFactoryBinder [] []
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory [] []
org.springframework.core.SortedProperties$valueOf__3 [] []
org.springframework.beans.factory.support.ManagedList [] []
org.springframework.transaction.config.TxNamespaceHandler [] []
org.springframework.beans.factory.support.InstantiationStrategy [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory [] []
org.springframework.util.FileSystemUtils$1 [] []
org.springframework.core.ReactiveAdapterRegistry$ReactorRegistrar [] []
org.springframework.util.function.ThrowingSupplier$init__7 [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$1 [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$ReactiveTransactionSupport [] []
org.springframework.cglib.transform.ClassTransformerChain [] []
org.springframework.cglib.core.RejectModifierPredicate [] []
org.springframework.core.io.support.SpringFactoriesLoader$ArgumentResolver$1 [] []
org.springframework.beans.factory.config.YamlProcessor$ResolutionMethod [] []
org.springframework.core.annotation.TypeMappedAnnotation$invokeAnnotationMethod__52 [] []
org.springframework.core.annotation.TypeMappedAnnotation$getValueForMirrorResolution__93 [] []
org.springframework.beans.propertyeditors.FileEditor [] []
org.springframework.beans.factory.xml.BeanDefinitionParser [] []
org.springframework.core.AliasRegistry [] []
org.springframework.aot.hint.RuntimeHintsRegistrar [] []
org.springframework.aot.hint.ExecutableHint [] []
org.springframework.core.convert.support.CollectionToObjectConverter [] []
org.springframework.beans.PropertyValuesEditor [] []
org.springframework.aot.hint.annotation.RegisterReflectionForBinding [] []
org.springframework.beans.factory.xml.UtilNamespaceHandler$MapBeanDefinitionParser [] []
org.springframework.beans.factory.annotation.InjectionMetadata [] []
org.springframework.core.OrderComparator$OrderSourceProvider [] []
org.springframework.beans.factory.config.DependencyDescriptor [] []
org.springframework.core.io.buffer.DataBuffer [] []
org.springframework.aot.nativex.SerializationHintsWriter [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$VavrDelegate [] []
org.springframework.javapoet.JavaFile [] []
org.springframework.core.NamedThreadLocal [] []
org.springframework.core.codec.NettyByteBufEncoder [] []
org.springframework.cglib.transform.TransformingClassGenerator [] []
org.springframework.core.io.ResourceEditor [] []
org.springframework.transaction.reactive.TransactionSynchronization [] []
org.springframework.cglib.core.CodeEmitter$State [] []
org.springframework.aot.hint.RuntimeHints [] []
org.springframework.beans.support.ResourceEditorRegistrar [] []
org.springframework.cglib.transform.MethodFilter [] []
org.springframework.util.PatternMatchUtils [] []
org.springframework.ldap.core.LdapTemplate$25 [] []
org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor [] []
org.springframework.beans.factory.xml.UtilNamespaceHandler$SetBeanDefinitionParser [] []
org.springframework.cglib.proxy.ProxyRefDispatcher [] []
org.springframework.beans.factory.config.BeanDefinition [] []
org.springframework.objenesis.instantiator.basic.NullInstantiator [] []
org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean$TargetBeanObjectFactory [] []
org.springframework.cglib.transform.impl.InterceptFieldCallback [] []
org.springframework.beans.factory.wiring.BeanConfigurerSupport [] []
org.springframework.transaction.support.AbstractTransactionStatus [] []
org.springframework.ldap.core.IterableNamingEnumeration [] []
org.springframework.ldap.core.LdapTemplate$4 [] []
org.xml.sax.Attributes [] []
org.springframework.util.xml.AbstractStaxXMLReader$StaxLocator [] []
org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser [] []
org.springframework.jca.endpoint.AbstractMessageEndpointFactory [] []
org.springframework.core.annotation.AnnotationUtils$isSingleLevelPresent__100 [] []
org.springframework.beans.factory.support.BeanDefinitionDefaults [] []
org.springframework.cglib.transform.ClassFilterTransformer [] []
org.springframework.util.DefaultPropertiesPersister [] []
org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser$AopAutoProxyConfigurer [] []
org.springframework.aot.nativex.ReflectionHintsWriter [] []
org.springframework.ldap.odm.typeconversion.ConverterManager [] []
org.springframework.core.env.PropertyResolver [] []
org.springframework.beans.factory.NamedBean [] []
org.springframework.aot.nativex.FileNativeConfigurationWriter [] []
org.springframework.core.ResolvableType$TypeVariablesVariableResolver [] []
org.springframework.ldap.core.DefaultDnParserFactory [] []
org.slf4j.spi.MarkerFactoryBinder [] []
org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy [] []
org.springframework.core.MethodParameter [] []
org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler [] []
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean [] []
org.springframework.core.io.buffer.DefaultDataBufferFactory [] []
org.springframework.util.ObjectUtils [] []
org.springframework.core.log.LogFormatUtils [] []
org.springframework.beans.factory.xml.ParserContext [] []
org.springframework.beans.factory.aot.InstanceSupplierCodeGenerator [] []
org.springframework.core.type.filter.RegexPatternTypeFilter [] []
org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler [] []
org.springframework.beans.propertyeditors.LocaleEditor [] []
org.springframework.cglib.proxy.CallbackFilter [] []
org.springframework.cglib.util.StringSwitcher$StringSwitcherKey [] []
org.springframework.core.env.SystemEnvironmentPropertySource [] []
org.springframework.objenesis.instantiator.util.ClassUtils [] []
org.springframework.core.annotation.AttributeMethods [] []
org.springframework.util.ConcurrentReferenceHashMap$Entry [] []
org.springframework.util.ReflectionUtils$lambda_static_0__5 [] []
org.springframework.core.env.CommandLinePropertySource [] []
org.springframework.core.metrics.jfr.FlightRecorderStartupStep [] []
org.springframework.core.env.AbstractPropertyResolver$getPropertyAsRawString__127 [] []
org.springframework.beans.factory.aot.BeanDefinitionMethodGenerator$ProxyRuntimeHintsRegistrar [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$StreamDependencyDescriptor [] []
org.springframework.beans.factory.aot.BeanRegistrationExcludeFilter [] []
org.springframework.transaction.HeuristicCompletionException [] []
org.springframework.ldap.core.LdapTemplate$17 [] []
org.springframework.cglib.proxy.Enhancer$3 [] []
org.springframework.core.style.DefaultToStringStyler [] []
org.springframework.core.codec.ResourceDecoder$1 [] []
org.springframework.beans.factory.xml.NamespaceHandler [] []
org.springframework.core.annotation.AnnotationAttributes [] []
org.springframework.javapoet.ParameterSpec$Builder [] []
org.springframework.beans.factory.support.AbstractBeanFactory [] []
org.springframework.beans.factory.annotation.Autowire [] []
org.springframework.beans.factory.NoSuchBeanDefinitionException [] []
org.springframework.cglib.core.EmitUtils$4 [] []
org.springframework.core.annotation.IntrospectionFailureLogger$2 [] []
org.springframework.beans.PropertyBatchUpdateException [] []
org.springframework.core.task.TaskExecutor [] []
org.springframework.ldap.core.support.ExternalTlsDirContextAuthenticationStrategy [] []
kotlin.reflect.jvm.ReflectJvmMapping [] []
org.springframework.beans.AbstractNestablePropertyAccessor [] []
org.springframework.transaction.support.SmartTransactionObject [] []
org.apache.commons.logging.LogAdapter$JavaUtilLog [] []
org.springframework.core.task.TaskDecorator [] []
org.springframework.util.ConcurrentLruCache$DrainStatus$1 [] []
org.springframework.ldap.query.CriteriaContainerType$1 [] []
org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor [] []
org.apache.commons.logging.LogAdapter$LogApi [] []
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement [] []
org.springframework.core.ConfigurableObjectInputStream [] []
org.springframework.core.metrics.DefaultApplicationStartup [] []
org.springframework.ldap.filter.HardcodedFilter [] []
org.springframework.cglib.proxy.MixinEmitter [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$lambda_resolveMultipleBeans_10__28 [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider$3 [] []
org.springframework.core.env.CommandLineArgs [] []
org.slf4j.impl.StaticLoggerBinder [] []
org.springframework.beans.factory.config.ConfigurableListableBeanFactory [] []
org.springframework.cglib.core.EmitUtils$14 [] []
org.springframework.cglib.transform.impl.FieldProviderTransformer$4 [] []
org.springframework.beans.PropertyEditorRegistrySupport$lambda_copyCustomEditorsTo_0__120 [] []
org.springframework.ldap.core.DefaultLdapClient$DefaultAuthenticateSpec [] []
org.springframework.beans.propertyeditors.CharacterEditor [] []
org.springframework.core.annotation.AnnotationTypeMapping$MirrorSets [] []
org.springframework.core.io.ClassRelativeResourceLoader$ClassRelativeContextResource [] []
org.springframework.util.backoff.FixedBackOff$FixedBackOffExecution [] []
org.springframework.beans.PropertyDescriptorUtils$BasicPropertyDescriptor [] []
org.springframework.util.LinkedCaseInsensitiveMap$Values [] []
org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource$addTransactionalMethod__152 [] []
org.springframework.ldap.filter.FilterEditor [] []
org.springframework.beans.AbstractPropertyAccessor [] []
org.springframework.beans.factory.config.Scope [] []
org.springframework.transaction.compensating.support.CompensatingTransactionUtils [] []
org.springframework.beans.BeanWrapperImpl [] []
org.springframework.util.PathMatcher [] []
org.springframework.ldap.support.LdapEncoder [] []
org.springframework.ldap.filter.LessThanOrEqualsFilter [] []
org.springframework.cglib.transform.impl.AccessFieldTransformer$Callback [] []
org.springframework.util.ConcurrentReferenceHashMap$ReferenceType [] []
org.springframework.util.backoff.FixedBackOff [] []
org.springframework.transaction.reactive.AbstractReactiveTransactionManager$ErrorPredicates$3 [] []
org.springframework.cglib.beans.FixedKeySet [] []
org.springframework.cglib.core.ClassEmitter$3 [] []
org.springframework.core.convert.support.GenericConversionService$Converters$lambda_getMatchableConverters_0__169 [] []
org.springframework.transaction.support.SimpleTransactionStatus [] []
org.springframework.cglib.util.ParallelSorterEmitter [] []
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory [] []
org.springframework.ldap.config.ContextSourceParser$UrlsFactory [] []
org.springframework.cglib.core.Customizer [] []
org.springframework.cglib.transform.impl.AddPropertyTransformer [] []
org.springframework.cglib.core.TinyBitSet [] []
org.springframework.cglib.proxy.BridgeMethodResolver$BridgedFinder$1 [] []
org.springframework.asm.SymbolTable [] []
org.springframework.core.MethodParameter$KotlinDelegate$lambda_isOptional_0__77 [] []
org.springframework.beans.factory.serviceloader.ServiceListFactoryBean [] []
org.springframework.core.annotation.TypeMappedAnnotations$MergedAnnotationFinder [] []
org.springframework.util.ClassUtils [] []
org.springframework.beans.factory.annotation.Configurable [] []
org.springframework.beans.factory.aot.ResolvableTypeCodeGenerator [] []
org.springframework.transaction.interceptor.TransactionInterceptor [] []
org.springframework.objenesis.instantiator.gcj.GCJInstantiatorBase [] []
org.springframework.util.function.ThrowingBiFunction [] []
org.springframework.beans.factory.aot.AutowiredArguments$lambda_of_0__147 [] []
org.springframework.core.io.support.SpringFactoriesLoader$lambda_forResourceLocation_1__124 [] []
org.springframework.ldap.transaction.compensating.manager.DirContextHolder [] []
org.springframework.core.annotation.AnnotationTypeMapping$MirrorSets$MirrorSet [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates [] []
org.springframework.javapoet.LineWrapper$FlushType [] []
org.springframework.beans.factory.aot.BeanRegistrationAotContribution$1 [] []
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean$ConverterConfig [] []
org.springframework.beans.PropertyMatches$FieldPropertyMatches [] []
org.springframework.cglib.core.CollectionUtils [] []
org.springframework.cglib.proxy.DispatcherGenerator [] []
org.springframework.beans.factory.support.PropertiesBeanDefinitionReader [] []
org.springframework.beans.factory.support.StaticListableBeanFactory$1$lambda_stream_0__14 [] []
org.springframework.util.LinkedCaseInsensitiveMap$EntryIterator [] []
org.springframework.cglib.transform.impl.FieldProvider [] []
org.springframework.cglib.proxy.LazyLoader [] []
org.springframework.core.annotation.TypeMappedAnnotation [] []
org.slf4j.helpers.MarkerIgnoringBase [] []
org.springframework.objenesis.strategy.StdInstantiatorStrategy [] []
org.springframework.util.xml.DomContentHandler [] []
org.apache.commons.pool.impl.GenericKeyedObjectPool [] []
org.springframework.util.concurrent.CompletableToListenableFutureAdapter [] []
org.springframework.aot.AotDetector [] []
org.springframework.ldap.transaction.compensating.BindOperationExecutor [] []
org.springframework.ldap.core.ContextExecutor [] []
org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo [] []
org.springframework.core.SmartClassLoader [] []
org.springframework.beans.factory.xml.XmlBeanDefinitionReader [] []
org.springframework.cglib.core.TypeUtils [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$lambda_doFindPathMatchingFileResources_2__128 [] []
org.springframework.core.type.classreading.MergedAnnotationReadingVisitor$ArrayVisitor$add__114 [] []
org.springframework.core.io.buffer.DataBufferUtils$WriteCompletionHandler [] []
org.springframework.core.metrics.jfr.FlightRecorderApplicationStartup$lambda_start_0__70 [] []
org.springframework.core.io.buffer.LimitedDataBufferList [] []
org.springframework.transaction.annotation.AnnotationTransactionAttributeSource [] []
org.springframework.util.ReflectionUtils$add__159 [] []
org.springframework.asm.MethodTooLargeException [] []
org.springframework.javapoet.CodeBlock$Builder [] []
org.springframework.jca.endpoint.AbstractMessageEndpointFactory$TransactionDelegate [] []
org.springframework.util.xml.TransformerUtils [] []
org.springframework.cglib.proxy.MethodProxy [] []
org.springframework.ldap.query.CriteriaContainerType$2 [] []
org.springframework.beans.factory.InjectionPoint [] []
org.springframework.ldap.pool2.factory.PoolConfig [] []
org.springframework.ldap.core.support.AbstractContextSource$SimpleAuthenticationSource [] []
org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor [] []
org.springframework.cglib.transform.MethodFilterTransformer [] []
org.springframework.aot.hint.ReflectionHints [] []
org.springframework.core.type.classreading.SimpleMethodMetadataReadingVisitor$Source [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableEntrySet$1 [] []
org.springframework.core.annotation.SynthesizedMergedAnnotationInvocationHandler [] []
org.springframework.beans.factory.config.YamlMapFactoryBean$lambda_createMap_0__75 [] []
org.springframework.core.env.JOptCommandLinePropertySource [] []
org.springframework.util.ConcurrentReferenceHashMap$Reference [] []
org.springframework.beans.factory.aot.BeanDefinitionMethodGenerator [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$1$lambda_stream_1__13 [] []
org.springframework.asm.ByteVector [] []
org.springframework.core.convert.support.DefaultConversionService [] []
org.springframework.ldap.core.TokenMgrError [] []
org.springframework.beans.factory.config.RuntimeBeanReference [] []
org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper$IncrementalAttributeState [] []
org.slf4j.MDC [] []
org.springframework.objenesis.ObjenesisBase [] []
org.springframework.beans.factory.parsing.NullSourceExtractor [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$ConstructorHintPredicate [] []
org.springframework.beans.factory.aot.BeanFactoryInitializationCode [] []
org.springframework.cglib.transform.AbstractClassFilterTransformer [] []
org.springframework.core.SimpleAliasRegistry$lambda_retrieveAliases_0__92 [] []
org.springframework.transaction.reactive.TransactionalOperator [] []
org.springframework.transaction.PlatformTransactionManager [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$CharsetDelegate [] []
org.springframework.ldap.core.IncrementalAttributesMapper [] []
org.springframework.cglib.core.MethodWrapper [] []
org.springframework.ldap.filter.AbsoluteTrueFilter [] []
org.springframework.ldap.core.DirContextOperations [] []
org.springframework.ldap.support.ListComparator [] []
org.springframework.core.type.StandardAnnotationMetadata [] []
org.springframework.transaction.reactive.TransactionalOperatorExtensionsKt [] []
org.springframework.aot.hint.TypeHint$build__83 [] []
org.springframework.util.ConcurrentLruCache$AddTask [] []
org.springframework.core.io.Resource [] []
org.springframework.aot.nativex.BasicJsonWriter$IndentingWriter [] []
org.springframework.transaction.event.TransactionalApplicationListenerSynchronization [] []
org.springframework.objenesis.instantiator.basic.DelegatingToExoticInstantiator [] []
org.springframework.transaction.reactive.TransactionCallback [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$ArrayDelegate [] []
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader$GroovyRuntimeBeanReference [] []
org.springframework.core.io.support.SpringFactoriesLoader$ArgumentResolver [] []
LdapQueryBuilderFuzzer ['LdapQueryBuilderFuzzer'] []
org.springframework.ldap.filter.EqualsFilter [] []
org.springframework.ldap.core.support.LdapOperationsCallback [] []
org.springframework.util.InstanceFilter [] []
org.springframework.beans.factory.config.RuntimeBeanNameReference [] []
org.springframework.core.CoroutinesUtils [] []
org.springframework.core.annotation.MergedAnnotationCollectors [] []
org.springframework.ldap.core.LdapAttributes [] []
org.springframework.core.convert.support.ArrayToArrayConverter [] []
org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager [] []
org.springframework.beans.factory.parsing.ReaderEventListener [] []
org.springframework.core.log.CompositeLog [] []
org.springframework.beans.factory.support.ConstructorResolver [] []
org.springframework.beans.factory.config.AbstractFactoryBean [] []
org.springframework.core.io.support.SpringFactoriesLoader$KotlinDelegate [] []
org.springframework.util.xml.SimpleNamespaceContext [] []
org.springframework.ldap.odm.annotations.DnAttribute [] []
org.springframework.jca.support.ResourceAdapterFactoryBean [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$FieldHintPredicate$lambda_exactMatch_0__39 [] []
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$ReplaceOverrideMethodInterceptor [] []
org.springframework.core.task.SimpleAsyncTaskExecutor [] []
org.springframework.util.UnmodifiableMultiValueMap$lambda_forEach_0__20 [] []
org.springframework.beans.propertyeditors.ReaderEditor [] []
org.springframework.objenesis.instantiator.annotations.Instantiator [] []
org.springframework.cglib.util.ParallelSorter [] []
org.springframework.ldap.core.AuthenticationSource [] []
org.springframework.ldap.pool2.factory.DirContextPooledObjectFactory [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertiesCodeGenerator$PropertyNamesStack [] []
org.springframework.aot.hint.ReflectionTypeReference [] []
org.springframework.util.function.ThrowingConsumer [] []
org.springframework.beans.factory.config.MethodInvokingBean [] []
org.springframework.aot.nativex.substitution.Target_Introspector [] []
org.springframework.util.UnmodifiableMultiValueMap [] []
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibSubclassCreator [] []
org.springframework.jca.support.LocalConnectionFactoryBean [] []
org.springframework.aot.generate.GeneratedTypeReference [] []
org.slf4j.helpers.FormattingTuple [] []
org.springframework.ldap.pool.DirContextType [] []
org.springframework.cglib.core.ProcessSwitchCallback [] []
org.springframework.beans.factory.config.ProviderCreatingFactoryBean$TargetBeanProvider [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$lambda_resolveArguments_4__146 [] []
org.springframework.beans.factory.xml.NamespaceHandlerSupport [] []
org.springframework.core.type.classreading.SimpleMethodMetadata [] []
org.springframework.ldap.pool.FailureAwareContext [] []
org.springframework.asm.AnnotationWriter [] []
org.springframework.util.ReflectionUtils$MethodFilter [] []
org.springframework.core.env.Profiles [] []
org.springframework.beans.factory.config.CustomScopeConfigurer [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$StringDelegate [] []
org.springframework.beans.propertyeditors.InputStreamEditor [] []
org.springframework.beans.factory.wiring.BeanWiringInfoResolver [] []
org.springframework.beans.support.SortDefinition [] []
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager [] []
org.springframework.dao.IncorrectResultSizeDataAccessException [] []
org.springframework.core.style.StylerUtils [] []
org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy [] []
org.springframework.util.StringValueResolver [] []
org.springframework.core.metrics.jfr.FlightRecorderStartupStep$lambda_end_0__71 [] []
org.springframework.beans.factory.BeanFactoryUtils [] []
org.springframework.beans.factory.aot.AotServices$Loader [] []
org.springframework.beans.factory.config.YamlProcessor$lambda_buildFlattenedMap_1__153 [] []
org.springframework.cglib.core.ClassesKey$Key [] []
org.springframework.beans.factory.xml.UtilNamespaceHandler [] []
org.springframework.ldap.core.AttributeModificationsAware [] []
org.springframework.core.io.buffer.DataBufferUtils$release__10 [] []
org.springframework.core.MethodParameter$KotlinDelegate$lambda_isOptional_1__76 [] []
org.springframework.core.io.buffer.DataBufferUtils$Matcher [] []
org.apache.commons.logging.LogAdapter$Log4jLog [] []
org.springframework.core.type.filter.AnnotationTypeFilter [] []
org.springframework.ldap.core.LdapTemplate$18 [] []
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader [] []
org.springframework.core.annotation.TypeMappedAnnotations$Aggregate [] []
org.springframework.aot.nativex.substitution.Target_ClassFinder [] []
org.springframework.core.convert.converter.ConvertingComparator$ConversionServiceConverter [] []
org.springframework.ldap.filter.PresentFilter [] []
org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar$Entry [] []
org.springframework.beans.factory.config.BeanExpressionContext [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$ClassDelegate [] []
org.springframework.ldap.core.LdapTemplate$26 [] []
org.springframework.beans.factory.support.ManagedProperties [] []
org.springframework.aot.hint.predicate.ProxyHintsPredicates [] []
org.springframework.core.convert.ConverterNotFoundException [] []
org.springframework.beans.factory.aot.BeanRegistrationCodeFragments [] []
org.springframework.ldap.core.LdapTemplate$23 [] []
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$lambda_findAllModulePathResources_6__106 [] []
org.springframework.beans.ExtendedBeanInfo [] []
org.springframework.util.ConcurrentReferenceHashMap$WeakEntryReference [] []
org.springframework.beans.propertyeditors.InputSourceEditor [] []
org.springframework.beans.factory.config.YamlProcessor$lambda_asMap_0__119 [] []
org.springframework.core.ResolvableType$1 [] []
org.springframework.core.PrioritizedParameterNameDiscoverer [] []
org.springframework.dao.support.ChainedPersistenceExceptionTranslator [] []
org.springframework.core.annotation.IntrospectionFailureLogger [] []
org.springframework.core.type.classreading.MetadataReaderFactory [] []
org.springframework.util.ResizableByteArrayOutputStream [] []
org.springframework.beans.factory.InitializingBean [] []
org.springframework.ldap.pool.MutableDelegatingLdapContext [] []
org.springframework.core.OrderComparator [] []
org.springframework.transaction.annotation.TransactionAnnotationParser [] []
org.springframework.util.comparator.InstanceComparator [] []
org.springframework.core.annotation.AnnotationTypeMappings$Cache [] []
org.springframework.util.ConcurrentReferenceHashMap$2 [] []
org.springframework.aot.nativex.ProxyHintsWriter [] []
org.springframework.ldap.core.ContextSource [] []
org.springframework.beans.factory.parsing.AbstractComponentDefinition [] []
org.springframework.cglib.beans.BeanMapEmitter [] []
org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar [] []
org.springframework.beans.AbstractNestablePropertyAccessor$PropertyHandler [] []
org.springframework.cglib.core.EmitUtils$13 [] []
org.springframework.util.ErrorHandler [] []
org.springframework.cglib.core.Signature [] []
org.springframework.beans.factory.support.BeanDefinitionValueResolver$lambda_resolveValueIfNecessary_1__141 [] []
org.springframework.aot.nativex.feature.PreComputeFieldFeature [] []
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$FactoryBeanMethodTypeFinder [] []
org.springframework.cglib.transform.FieldVisitorTee [] []
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate [] []
org.springframework.cglib.reflect.ConstructorDelegate$ConstructorKey [] []
org.springframework.core.metrics.jfr.FlightRecorderStartupEvent [] []
org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData$3 [] []
org.springframework.beans.factory.parsing.CompositeComponentDefinition [] []
org.springframework.core.type.classreading.SimpleMetadataReader [] []
org.springframework.beans.NotWritablePropertyException [] []
org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData$2 [] []
org.springframework.asm.FieldWriter [] []
org.springframework.cglib.transform.impl.AddStaticInitTransformer [] []
org.springframework.core.annotation.ValueExtractor [] []
org.springframework.core.codec.AbstractSingleValueEncoder [] []
org.springframework.beans.factory.support.AbstractBeanDefinition [] []
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AotContribution [] []
org.springframework.util.ConcurrentReferenceHashMap$EntrySet [] []
org.springframework.transaction.interceptor.TransactionAttributeSource [] []
org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver [] []
org.springframework.beans.factory.config.YamlMapFactoryBean$lambda_merge_1__160 [] []
org.springframework.transaction.support.WithoutTransactionOperations [] []
org.springframework.util.ConcurrentReferenceHashMap$3 [] []
org.springframework.beans.factory.ListableBeanFactoryExtensionsKt [] []
org.springframework.util.LinkedCaseInsensitiveMap [] []
org.springframework.objenesis.instantiator.gcj.GCJSerializationInstantiator [] []
org.springframework.beans.factory.xml.XmlReaderContext [] []
org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource [] []
org.springframework.cglib.core.EmitUtils$16 [] []
org.springframework.aot.hint.predicate.ResourceHintsPredicates [] []
org.springframework.beans.MutablePropertyValues$lambda_new_0__110 [] []
org.springframework.ldap.core.DirContextProcessor [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$Delegate [] []
org.w3c.dom.Text [] []
org.springframework.cglib.core.FieldTypeCustomizer [] []
org.springframework.core.SerializableTypeWrapper$SerializableTypeProxy [] []
org.springframework.cglib.proxy.Enhancer$4 [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$MapDelegate [] []
org.springframework.aot.hint.TypeHint$init__81 [] []
org.springframework.core.annotation.IntrospectionFailureLogger$1 [] []
org.springframework.util.SimpleRouteMatcher$DefaultRoute [] []
org.springframework.transaction.reactive.TransactionSynchronizationManager [] []
org.springframework.core.metrics.jfr.FlightRecorderStartupStep$FlightRecorderTags [] []
org.w3c.dom.TypeInfo [] []
org.springframework.beans.propertyeditors.StringTrimmerEditor [] []
org.springframework.util.xml.StaxSource [] []
org.springframework.core.io.FileSystemResource [] []
org.springframework.core.GenericTypeResolver [] []
org.springframework.cglib.reflect.FastMethod [] []
org.springframework.cglib.core.VisibilityPredicate [] []
org.apache.commons.logging.LogFactoryService [] []
org.springframework.aot.hint.TypeReference [] []
org.springframework.core.env.PropertySource [] []
org.springframework.core.type.classreading.CachingMetadataReaderFactory$LocalResourceCache [] []
org.springframework.core.annotation.MergedAnnotationSelectors$Nearest [] []
org.springframework.transaction.jta.SpringJtaSynchronizationAdapter [] []
org.springframework.transaction.jta.JtaTransactionObject [] []
org.springframework.beans.GenericTypeAwarePropertyDescriptor [] []
org.springframework.cglib.core.internal.CustomizerRegistry [] []
org.springframework.core.codec.CharSequenceEncoder [] []
org.springframework.beans.factory.serviceloader.ServiceFactoryBean [] []
org.springframework.objenesis.instantiator.basic.ObjectInputStreamInstantiator [] []
org.springframework.core.annotation.AnnotationTypeMapping$invokeAnnotationMethod__144 [] []
org.springframework.aot.hint.TypeReference$of__96 [] []
org.springframework.objenesis.SpringObjenesis [] []
org.springframework.ldap.pool.DelegatingContext [] []
org.springframework.core.convert.support.NumberToCharacterConverter [] []
org.springframework.util.ConcurrentReferenceHashMap$Restructure [] []
org.springframework.beans.factory.aot.DefaultBeanRegistrationCodeFragments [] []
org.springframework.util.Assert ['LdapQueryBuilderFuzzer'] []
org.springframework.transaction.compensating.support.CompensatingTransactionObject [] []
org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy [] []
org.springframework.core.io.support.SpringFactoriesLoader$lambda_forResourceLocation_2__125 [] []
org.springframework.aot.hint.support.SpringFactoriesLoaderRuntimeHints$ExtendedSpringFactoriesLoader [] []
org.springframework.beans.factory.annotation.Qualifier [] []
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$LookupOverrideMethodInterceptor [] []
org.springframework.cglib.reflect.FastClassEmitter [] []
org.springframework.core.io.buffer.DataBufferUtils$KnuthMorrisPrattMatcher [] []
org.springframework.aot.hint.ResourceBundleHint [] []
org.springframework.util.PropertiesPersister [] []
org.springframework.beans.factory.support.BeanDefinitionReaderUtils [] []
org.springframework.cglib.core.WeakCacheKey [] []
org.springframework.cglib.core.DefaultNamingPolicy [] []
org.springframework.cglib.core.internal.LoadingCache [] []
org.springframework.core.codec.Decoder [] []
org.springframework.ldap.core.support.SingleContextSource [] []
org.springframework.transaction.reactive.TransactionalOperatorExtensionsKt$executeAndAwait$2$1 [] []
org.springframework.core.ResolvableType [] []
org.springframework.transaction.annotation.JtaTransactionAnnotationParser [] []
org.springframework.util.SystemPropertyUtils$SystemPropertyPlaceholderResolver [] []
org.springframework.core.convert.converter.ConverterFactory [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableEntrySet ['LdapQueryBuilderFuzzer'] []
org.springframework.beans.factory.aot.BeanRegistrationAotContribution [] []
org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy [] []
org.springframework.core.codec.ResourceRegionEncoder [] []
org.springframework.core.env.ProfilesParser [] []
org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser [] []
org.springframework.dao.support.PersistenceExceptionTranslator [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver [] []
org.springframework.core.convert.support.StringToCharacterConverter [] []
org.springframework.util.concurrent.FutureAdapter$State [] []
org.springframework.aot.generate.MethodName [] []
org.springframework.ldap.odm.annotations.Attribute [] []
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager$StringToNameConverter [] []
org.springframework.util.ConcurrentReferenceHashMap$1 [] []
org.springframework.core.io.buffer.NettyDataBuffer [] []
org.xml.sax.EntityResolver [] []
org.springframework.ldap.pool2.DelegatingDirContext [] []
org.slf4j.MarkerFactory [] []
org.springframework.cglib.reflect.FastClassEmitter$GetIndexCallback [] []
org.springframework.ldap.core.LdapTemplate$19 [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$lambda_isAutowireCandidate_3__51 [] []
org.springframework.util.xml.AbstractXMLStreamReader [] []
org.springframework.core.serializer.DefaultSerializer [] []
org.springframework.core.SerializableTypeWrapper$TypeProvider [] []
org.springframework.transaction.reactive.TransactionSynchronizationUtils [] []
org.springframework.util.JdkIdGenerator [] []
org.springframework.beans.InvalidPropertyException [] []
org.springframework.ldap.core.NameClassPairMapper [] []
org.springframework.cglib.proxy.LazyLoaderGenerator [] []
org.springframework.beans.factory.config.TypedStringValue [] []
org.springframework.ldap.core.LdapClient$UnbindSpec [] []
org.springframework.core.AttributeAccessorSupport [] []
org.springframework.core.convert.support.StringToCharsetConverter [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertiesCodeGenerator [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$FactoryMethodLookup$lambda_get_0__80 [] []
org.w3c.dom.CharacterData [] []
org.springframework.cglib.reflect.FastClassEmitter$4 [] []
org.springframework.beans.factory.aot.BeanDefinitionMethodGeneratorFactory [] []
org.slf4j.helpers.MessageFormatter [] []
org.springframework.beans.factory.config.YamlProcessor$MatchStatus [] []
reactor.core.publisher.SynchronousSink [] []
org.springframework.core.ReactiveAdapterRegistry$CoroutinesRegistrar [] []
org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration [] []
org.springframework.core.LocalVariableTableParameterNameDiscoverer$LocalVariableTableVisitor [] []
org.springframework.transaction.support.AbstractPlatformTransactionManager [] []
org.springframework.javapoet.CodeWriter$lambda_emitTypeVariables_0__15 [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$TransactionInfo [] []
org.springframework.beans.factory.support.AbstractBeanDefinitionReader [] []
org.springframework.asm.Type [] []
org.w3c.dom.NamedNodeMap [] []
org.springframework.core.annotation.MergedAnnotation [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableEntrySet$UnmodifiableEntrySpliterator [] []
org.springframework.core.ResolvableType$WildcardBounds$Kind [] []
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor [] []
org.springframework.core.metrics.ApplicationStartup [] []
org.springframework.core.codec.ByteArrayEncoder [] []
org.springframework.beans.support.PropertyComparator [] []
org.springframework.core.env.AbstractPropertyResolver [] []
org.springframework.cglib.proxy.CallbackGenerator [] []
org.springframework.util.xml.StaxResult [] []
org.springframework.core.io.AbstractResource$lambda_exists_0__109 [] []
org.springframework.cglib.beans.BeanMap$Generator$BeanMapKey [] []
org.springframework.aot.hint.predicate.ResourceHintsPredicates$AggregatedResourcePatternHints [] []
org.springframework.ldap.core.DirContextAdapter [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$lambda_get_3__133 [] []
org.springframework.core.style.DefaultValueStyler [] []
org.springframework.cglib.core.EmitUtils$5 [] []
org.springframework.core.io.support.PropertiesLoaderSupport [] []
org.springframework.core.io.buffer.DataBufferUtils$ReadCompletionHandler [] []
org.springframework.core.convert.support.ConvertingPropertyEditorAdapter [] []
org.springframework.core.type.filter.AbstractClassTestingTypeFilter [] []
org.springframework.ldap.core.DefaultLdapClientBuilder$lambda_new_0__21 [] []
org.springframework.javapoet.ClassName [] []
org.springframework.aot.hint.ProxyHints [] []
org.springframework.beans.factory.annotation.JakartaAnnotationsRuntimeHints [] []
org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter [] []
org.springframework.beans.propertyeditors.StringArrayPropertyEditor [] []
org.springframework.cglib.proxy.Enhancer$EnhancerKey [] []
org.springframework.core.LocalVariableTableParameterNameDiscoverer$ParameterNameDiscoveringVisitor [] []
org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate [] []
org.springframework.cglib.reflect.FastClass [] []
org.springframework.core.annotation.AliasFor [] []
org.springframework.ldap.core.DefaultNameClassPairMapper [] []
org.springframework.core.convert.support.NumberToNumberConverterFactory [] []
org.springframework.beans.factory.support.ReplaceOverride [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$lambda_findAllModulePathResources_4__107 [] []
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$lambda_checkLookupMethods_0__135 [] []
org.springframework.core.ResolvableType$SyntheticParameterizedType [] []
org.springframework.beans.factory.aot.BeanRegistrationCodeGenerator [] []
org.springframework.core.convert.support.StringToEnumConverterFactory [] []
org.springframework.core.style.SimpleValueStyler [] []
org.springframework.ldap.core.DefaultLdapClient$DefaultUnbindSpec [] []
org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver [] []
org.springframework.aot.generate.GeneratedMethods [] []
org.springframework.beans.factory.support.AbstractBeanDefinition$prepareMethodOverride__88 [] []
org.springframework.core.io.ResourceLoader [] []
org.springframework.core.codec.DataBufferDecoder [] []
org.springframework.beans.factory.support.RegisteredBean$lambda_of_1__112 [] []
org.springframework.objenesis.instantiator.sun.SunReflectionFactoryInstantiator [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$FactoryMethodLookup [] []
org.springframework.objenesis.instantiator.android.Android17Instantiator [] []
org.springframework.util.ConcurrentLruCache$CacheEntry [] []
org.springframework.transaction.reactive.TransactionalOperatorExtensionsKt$executeAndAwait$3 [] []
org.springframework.beans.factory.xml.UtilNamespaceHandler$PropertiesBeanDefinitionParser [] []
org.springframework.aot.hint.annotation.ReflectiveProcessor [] []
org.slf4j.Marker [] []
org.springframework.core.annotation.AbstractMergedAnnotation$lambda_asAnnotationAttributes_0__53 [] []
org.springframework.util.MimeType$lambda_appendTo_1__11 [] []
org.springframework.cglib.core.EmitUtils$12 [] []
org.springframework.ldap.core.LdapTemplate$29 [] []
org.springframework.cglib.core.internal.Function [] []
org.springframework.beans.support.PagedListHolder [] []
org.springframework.ldap.core.LdapTemplate$CheckedSupplier [] []
org.springframework.beans.factory.support.AutowireUtils [] []
org.springframework.beans.factory.support.AutowireUtils$ObjectFactoryDelegatingInvocationHandler [] []
org.springframework.beans.factory.support.FactoryBeanRegistrySupport [] []
org.springframework.core.convert.TypeDescriptor$AnnotatedElementAdapter [] []
org.springframework.util.ConcurrencyThrottleSupport [] []
org.slf4j.Logger [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$ExecutableHintPredicate$lambda_test_0__23 [] []
org.springframework.aot.generate.AccessControl$Visibility [] []
org.springframework.transaction.interceptor.TransactionAspectSupport [] []
org.springframework.cglib.core.EmitUtils$8 [] []
org.springframework.core.io.ClassRelativeResourceLoader [] []
org.springframework.ldap.core.ParseException [] []
org.springframework.transaction.annotation.TransactionBeanRegistrationAotProcessor$TransactionBeanRegistrationAotContribution [] []
org.springframework.beans.ExtendedBeanInfo$PropertyDescriptorComparator [] []
org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser [] []
org.springframework.cglib.proxy.BridgeMethodResolver$BridgedFinder [] []
org.springframework.ldap.filter.AbsoluteFalseFilter [] []
org.springframework.transaction.support.TransactionSynchronization [] []
org.springframework.beans.factory.parsing.ParseState [] []
org.springframework.transaction.TransactionExecution [] []
org.springframework.ldap.filter.LikeFilter [] []
org.springframework.cglib.core.CodeEmitter [] []
org.springframework.cglib.transform.impl.FieldProviderTransformer$2 [] []
org.springframework.core.task.support.ConcurrentExecutorAdapter [] []
org.springframework.objenesis.strategy.InstantiatorStrategy [] []
org.springframework.transaction.support.TransactionCallbackWithoutResult [] []
org.springframework.cglib.proxy.Proxy [] []
org.springframework.core.Ordered [] []
org.springframework.core.codec.ByteBufferEncoder [] []
org.springframework.beans.factory.parsing.QualifierEntry [] []
org.springframework.beans.propertyeditors.URIEditor [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$1 [] []
org.springframework.cglib.reflect.ConstructorDelegate [] []
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl [] []
org.springframework.core.io.UrlResource [] []
org.springframework.transaction.interceptor.DelegatingTransactionAttribute [] []
org.springframework.core.io.support.ResourceArrayPropertyEditor [] []
org.springframework.core.ResolvableType$DefaultVariableResolver [] []
org.springframework.ldap.core.LdapTemplate$ReturningAuthenticatedLdapEntryContext [] []
org.springframework.beans.factory.aot.BeanRegistrationCode [] []
org.w3c.dom.ls.LSInput [] []
org.springframework.ldap.support.AttributeValueCallbackHandler [] []
org.springframework.ldap.query.DefaultContainerCriteria ['LdapQueryBuilderFuzzer'] []
org.springframework.cglib.core.DebuggingClassWriter [] []
org.springframework.core.annotation.TypeMappedAnnotation$extractFromMap__98 [] []
org.springframework.beans.PropertyAccessException [] []
org.springframework.util.Base64Utils [] []
org.apache.commons.logging.LogAdapter$Slf4jAdapter [] []
org.springframework.beans.factory.ObjectFactory [] []
org.springframework.ldap.core.DefaultLdapClient$DefaultListSpec [] []
org.springframework.javapoet.JavaFile$1 [] []
org.springframework.util.xml.DomUtils [] []
org.springframework.cglib.proxy.InvocationHandlerGenerator [] []
org.springframework.core.type.filter.AssignableTypeFilter [] []
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata [] []
org.springframework.transaction.support.TransactionCallback [] []
org.springframework.beans.factory.support.SimpleInstantiationStrategy [] []
org.springframework.ldap.aot.hint.LdapCoreRuntimeHints [] []
org.springframework.core.SortedProperties [] []
org.springframework.aot.hint.ExecutableHint$Builder [] []
org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor [] []
org.springframework.util.AntPathMatcher$AntPatternComparator [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$1$lambda_stream_0__12 [] []
org.springframework.beans.factory.config.SetFactoryBean [] []
org.springframework.core.serializer.support.SerializingConverter [] []
org.springframework.core.io.WritableResource [] []
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$MethodOverrideCallbackFilter [] []
org.springframework.core.io.support.DefaultPropertySourceFactory [] []
org.springframework.cglib.core.MethodWrapper$MethodWrapperKey [] []
org.springframework.aot.nativex.ResourceHintsWriter [] []
org.springframework.aot.generate.GeneratedMethod [] []
org.springframework.aot.hint.BindingReflectionHintsRegistrar$KotlinDelegate [] []
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader$1 [] []
org.springframework.util.StopWatch$TaskInfo [] []
org.springframework.ldap.core.LdapTemplate$13 [] []
org.springframework.ldap.core.support.LookupAttemptingCallback [] []
org.springframework.core.MethodIntrospector$MetadataLookup [] []
org.springframework.core.io.buffer.DataBufferOutputStream [] []
org.springframework.core.convert.support.StreamConverter [] []
org.springframework.cglib.transform.ClassVisitorTee [] []
org.springframework.transaction.interceptor.TransactionAttributeEditor [] []
org.springframework.util.LinkedCaseInsensitiveMap$ValuesIterator [] []
org.springframework.util.backoff.BackOff [] []
org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor [] []
org.springframework.beans.support.MutableSortDefinition [] []
org.springframework.ldap.query.SearchScope [] []
org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$KotlinDelegate [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$MethodHintPredicate$lambda_exactMatch_1__37 [] []
org.springframework.objenesis.instantiator.basic.ObjectInputStreamInstantiator$MockStream [] []
org.springframework.core.io.support.SpringFactoriesLoader$FactoryInstantiator$resolve__168 [] []
org.springframework.asm.ModuleVisitor [] []
org.springframework.cglib.core.KeyFactory$Generator [] []
org.springframework.cglib.transform.impl.UndeclaredThrowableTransformer$1 [] []
org.springframework.util.ReflectionUtils$lambda_static_1__6 [] []
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut [] []
org.slf4j.event.Level [] []
org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor [] []
org.springframework.util.ReflectionUtils$FieldFilter [] []
org.springframework.core.serializer.Deserializer [] []
org.springframework.ldap.NamingException [] []
org.apache.commons.logging.Log [] []
org.springframework.asm.Frame [] []
org.springframework.util.xml.AbstractStaxHandler [] []
org.springframework.core.type.classreading.SimpleMetadataReaderFactory [] []
org.springframework.cglib.util.ParallelSorter$Generator [] []
org.springframework.util.xml.AbstractXMLEventReader [] []
org.springframework.beans.factory.xml.NamespaceHandlerResolver [] []
org.springframework.core.codec.Encoder [] []
org.springframework.beans.factory.parsing.BeanComponentDefinition [] []
org.springframework.core.convert.support.ArrayToStringConverter [] []
org.springframework.core.type.classreading.SimpleAnnotationMetadataReadingVisitor [] []
org.springframework.beans.support.ArgumentConvertingMethodInvoker [] []
org.springframework.beans.PropertyEditorRegistrySupport [] []
org.springframework.core.AttributeAccessor [] []
org.springframework.javapoet.MethodSpec$Builder [] []
org.springframework.cglib.core.EmitUtils$15 [] []
org.springframework.ldap.odm.core.impl.AttributeMetaData [] []
org.springframework.core.io.InputStreamResource [] []
org.springframework.beans.factory.config.MapFactoryBean [] []
org.springframework.core.convert.support.ZonedDateTimeToCalendarConverter [] []
org.springframework.asm.ClassWriter [] []
org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler [] []
org.springframework.core.ResolvableType$EmptyType [] []
org.springframework.beans.factory.support.AutowireCandidateResolver [] []
org.springframework.ldap.transaction.compensating.BindOperationRecorder [] []
org.springframework.objenesis.instantiator.android.AndroidSerializationInstantiator [] []
org.springframework.transaction.compensating.CompensatingTransactionOperationFactory [] []
org.springframework.beans.factory.config.AutowiredPropertyMarker [] []
org.xml.sax.SAXParseException [] []
org.springframework.cglib.reflect.FastClassEmitter$3 [] []
org.springframework.core.type.classreading.MetadataReader [] []
org.springframework.ldap.odm.typeconversion.impl.converters.FromStringConverter [] []
org.springframework.beans.factory.aot.AutowiredElementResolver$ShortcutDependencyDescriptor [] []
org.springframework.cglib.proxy.MethodInterceptor [] []
org.springframework.ldap.core.LdapClient$BindSpec [] []
org.springframework.beans.PropertyDescriptorUtils [] []
org.springframework.beans.PropertyAccessor [] []
org.springframework.beans.factory.aot.BeanRegistrationsAotContribution$Registration [] []
org.springframework.core.annotation.AnnotationTypeMappings$lambda_forAnnotationType_0__43 [] []
org.springframework.beans.factory.aot.AutowiredElementResolver [] []
org.springframework.ldap.core.LdapClient$ModifySpec [] []
org.springframework.core.annotation.AnnotationUtils [] []
org.springframework.aot.hint.TypeHint$Builder [] []
org.springframework.ldap.pool2.DelegatingLdapContext [] []
org.springframework.core.io.VfsUtils [] []
kotlin.jvm.JvmClassMappingKt [] []
org.springframework.cglib.core.ReflectUtils$2 [] []
org.springframework.cglib.core.EmitUtils$ParameterTyper [] []
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader$DeferredProperty [] []
org.springframework.core.log.CompositeLog$isWarnEnabled__73 [] []
org.springframework.ldap.core.LdapTemplate$32 [] []
org.springframework.ldap.core.LdapAttribute [] []
org.springframework.beans.factory.support.ChildBeanDefinition [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$lambda_get_2__134 [] []
org.springframework.util.IdGenerator [] []
org.springframework.javapoet.AnnotationSpec$Visitor [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$ResolvableTypeDelegate [] []
org.springframework.util.AntPathMatcher$AntPathStringMatcher [] []
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$1 [] []
org.springframework.beans.factory.config.DependencyDescriptor$KotlinDelegate [] []
org.springframework.core.annotation.MergedAnnotation$Adapt [] []
org.springframework.core.ResolvableTypeProvider [] []
org.springframework.cglib.proxy.Enhancer$EnhancerFactoryData [] []
org.springframework.transaction.support.ResourceHolder [] []
org.springframework.core.io.buffer.DataBufferUtils$SingleByteMatcher [] []
org.springframework.core.annotation.TypeMappedAnnotations$IsPresent [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$TypeHintPredicate [] []
org.springframework.beans.factory.xml.UtilNamespaceHandler$ListBeanDefinitionParser [] []
org.springframework.util.ConcurrentReferenceHashMap$4 [] []
org.springframework.core.convert.support.StringToPropertiesConverter [] []
org.springframework.util.ReflectionUtils$FieldCallback [] []
org.springframework.core.serializer.support.SerializationDelegate [] []
org.springframework.ldap.query.DefaultConditionCriteria ['LdapQueryBuilderFuzzer'] []
org.springframework.cglib.proxy.CallbackHelper [] []
org.springframework.core.convert.support.StringToLocaleConverter [] []
org.springframework.core.io.support.LocalizedResourceHelper [] []
org.springframework.javapoet.ParameterSpec [] []
org.springframework.core.SerializableTypeWrapper$FieldTypeProvider [] []
org.springframework.core.annotation.AnnotationAwareOrderComparator [] []
org.springframework.beans.factory.support.InstanceSupplier [] []
org.w3c.dom.Document [] []
org.springframework.cglib.transform.AbstractClassLoader [] []
org.springframework.beans.factory.ObjectProvider [] []
org.springframework.ldap.core.LdapTemplate$28 [] []
org.xml.sax.InputSource [] []
org.springframework.util.xml.XMLEventStreamReader [] []
org.springframework.transaction.reactive.AbstractReactiveTransactionManager$ErrorPredicates$1 [] []
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$AutowireByTypeDependencyDescriptor [] []
org.springframework.beans.factory.support.AbstractBeanFactory$toString__47 [] []
org.springframework.util.comparator.ComparableComparator [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier [] []
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager$ContextSourceAndDataSourceTransactionObject [] []
org.springframework.ldap.pool2.factory.DirContextPooledObjectFactory$FailureAwareContextProxy [] []
org.springframework.beans.factory.aot.BeanRegistrationAotProcessor [] []
org.springframework.ldap.core.LdapTemplate$22 [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$ConstructorLookup [] []
org.springframework.beans.factory.support.BeanDefinitionBuilder [] []
org.springframework.util.comparator.NullSafeComparator [] []
org.w3c.dom.Attr [] []
org.springframework.objenesis.instantiator.perc.PercInstantiator [] []
org.springframework.beans.factory.parsing.PassThroughSourceExtractor [] []
org.springframework.core.codec.AbstractEncoder [] []
org.springframework.transaction.reactive.AbstractReactiveTransactionManager$ErrorPredicates [] []
org.springframework.core.ReactiveAdapter [] []
org.springframework.javapoet.TypeSpec [] []
org.springframework.beans.factory.support.BeanDefinitionResource [] []
org.springframework.beans.propertyeditors.ClassEditor [] []
org.springframework.core.convert.support.CollectionToStringConverter [] []
org.springframework.aot.hint.ResourceHints [] []
org.springframework.core.metrics.jfr.FlightRecorderStartupStep$FlightRecorderTags$TagsIterator [] []
org.springframework.transaction.config.JtaTransactionManagerFactoryBean [] []
org.springframework.ldap.core.AttributesMapperCallbackHandler [] []
org.springframework.util.ConcurrentReferenceHashMap$Segment$lambda_doTask_0__17 [] []
org.springframework.util.MimeType [] []
org.springframework.beans.factory.config.DependencyDescriptor$1 [] []
org.springframework.core.io.ContextResource [] []
org.springframework.beans.TypeConverter [] []
org.springframework.core.CollectionFactory$1 [] []
org.springframework.core.NestedCheckedException [] []
org.springframework.core.io.DefaultResourceLoader [] []
org.springframework.ldap.core.LdapTemplate$6 [] []
org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback [] []
org.springframework.util.StreamUtils$NonClosingInputStream [] []
org.springframework.cglib.core.ClassNameReader [] []
org.springframework.cglib.core.EmitUtils$11 [] []
org.springframework.beans.factory.CannotLoadBeanClassException [] []
org.springframework.core.annotation.MergedAnnotationSelector [] []
org.springframework.jndi.JndiTemplate [] []
org.springframework.core.log.CompositeLog$isWarnEnabled__145 [] []
org.springframework.asm.Attribute [] []
org.springframework.core.SerializableTypeWrapper$TypeProxyInvocationHandler [] []
org.slf4j.impl.StaticMDCBinder [] []
org.slf4j.helpers.SubstituteLogger [] []
org.springframework.core.codec.ByteArrayDecoder [] []
org.springframework.beans.factory.support.StaticListableBeanFactory$1 [] []
org.springframework.beans.factory.config.ListFactoryBean [] []
org.springframework.transaction.interceptor.TransactionProxyFactoryBean [] []
org.springframework.core.ReactiveAdapterRegistry$RxJava3Registrar [] []
org.springframework.core.convert.support.ConversionUtils$lambda_getEnumType_0__95 [] []
org.slf4j.event.EventRecodingLogger [] []
org.springframework.objenesis.instantiator.basic.NewInstanceInstantiator [] []
org.springframework.beans.factory.BeanCreationException [] []
org.springframework.ldap.query.AppendableContainerCriteria [] []
org.springframework.core.io.support.VfsPatternUtils [] []
org.springframework.beans.BeanInfoFactory [] []
org.springframework.transaction.support.ResourceTransactionDefinition [] []
org.springframework.ldap.core.DefaultLdapClient$DefaultModifySpec [] []
org.springframework.core.metrics.DefaultApplicationStartup$DefaultStartupStep$DefaultTags [] []
org.springframework.transaction.interceptor.TransactionAttribute [] []
org.springframework.core.convert.support.ConversionServiceFactory [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$lambda_resolveArgumentValues_5__156 [] []
org.slf4j.MDC$MDCCloseable [] []
org.springframework.jca.endpoint.GenericMessageEndpointFactory$GenericMessageEndpoint [] []
org.springframework.beans.MutablePropertyValues [] []
org.springframework.transaction.reactive.AbstractReactiveTransactionManager [] []
org.springframework.util.xml.AbstractXMLReader [] []
org.springframework.ldap.query.LdapQuery [] []
org.springframework.transaction.reactive.AbstractReactiveTransactionManager$ErrorPredicates$2 [] []
org.springframework.beans.propertyeditors.TimeZoneEditor [] []
org.springframework.cglib.core.ClassEmitter [] []
org.springframework.cglib.reflect.MethodDelegate$MethodDelegateKey [] []
org.springframework.ldap.core.LdapTemplate$NullAuthenticatedLdapEntryContextCallback [] []
org.springframework.ldap.core.DefaultLdapClient [] []
org.springframework.transaction.support.ResourceTransactionManager [] []
org.springframework.util.ConcurrentLruCache$CacheEntryState [] []
org.springframework.util.xml.ListBasedXMLEventReader [] []
org.springframework.core.annotation.OrderUtils [] []
org.springframework.core.NestedRuntimeException [] []
org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter [] []
org.springframework.core.env.ConfigurablePropertyResolver [] []
org.springframework.core.DecoratingClassLoader [] []
org.springframework.ldap.pool2.factory.MutablePooledContextSource [] []
org.springframework.core.io.support.PropertySourceProcessor [] []
org.springframework.aot.hint.JdkProxyHint [] []
org.springframework.core.log.CompositeLog$isInfoEnabled__59 [] []
org.springframework.core.log.LogMessage$FormatMessage2 [] []
org.springframework.cglib.core.CodeGenerationException [] []
org.springframework.beans.factory.NoUniqueBeanDefinitionException [] []
org.springframework.cglib.core.ClassesKey [] []
org.yaml.snakeyaml.Yaml [] []
org.springframework.core.convert.support.ByteBufferConverter [] []
org.springframework.core.annotation.TypeMappedAnnotations [] []
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement [] []
org.springframework.cglib.beans.BeanCopier$Generator [] []
org.springframework.core.io.support.SpringFactoriesLoader [] []
org.springframework.transaction.interceptor.CompositeTransactionAttributeSource [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$nonNull__137 [] []
org.springframework.ldap.core.DefaultLdapClient$DefaultSearchSpec [] []
org.springframework.util.ConcurrentLruCache$DrainStatus$2 [] []
org.springframework.ldap.pool.DelegatingDirContext [] []
org.springframework.core.ReactiveTypeDescriptor [] []
org.springframework.cglib.core.EmitUtils [] []
org.springframework.ldap.core.support.AbstractContextMapper [] []
org.springframework.transaction.annotation.SpringTransactionAnnotationParser [] []
org.springframework.beans.factory.HierarchicalBeanFactory [] []
org.springframework.cglib.beans.BulkBean [] []
org.springframework.util.SimpleRouteMatcher [] []
org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator [] []
org.springframework.cglib.core.DuplicatesPredicate [] []
org.springframework.ldap.support.LdapNameBuilder [] []
org.springframework.beans.factory.config.FieldRetrievingFactoryBean [] []
org.springframework.objenesis.instantiator.android.Android10Instantiator [] []
org.springframework.core.log.LogMessage [] []
org.springframework.beans.factory.config.YamlPropertiesFactoryBean$lambda_createProperties_0__72 [] []
org.springframework.core.env.MutablePropertySources [] []
org.springframework.util.ConcurrentLruCache$RemovalTask [] []
org.springframework.beans.TypeMismatchException [] []
org.springframework.beans.factory.BeanFactoryUtils$lambda_transformedBeanName_0__26 [] []
org.springframework.objenesis.instantiator.android.Android18Instantiator [] []
org.springframework.beans.factory.BeanFactory [] []
org.springframework.beans.factory.annotation.CustomAutowireConfigurer [] []
org.apache.commons.logging.LogAdapter$Log4jAdapter [] []
org.springframework.beans.propertyeditors.PathEditor [] []
org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver [] []
org.springframework.dao.support.DaoSupport [] []
org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$Jsr330Factory$Jsr330Provider [] []
org.springframework.javapoet.AnnotationSpec [] []
org.springframework.core.annotation.AnnotationFilter [] []
org.springframework.beans.factory.parsing.ReaderContext [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$ExecutableHintPredicate [] []
org.springframework.cglib.transform.impl.AddDelegateTransformer [] []
org.springframework.core.io.buffer.DataBufferUtils [] []
org.springframework.beans.factory.support.RegisteredBean [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$lambda_removeManualSingletonName_7__131 [] []
org.springframework.beans.propertyeditors.CurrencyEditor [] []
org.springframework.cglib.core.MethodInfo [] []
org.springframework.util.LinkedCaseInsensitiveMap$KeySetIterator [] []
org.springframework.core.annotation.MergedAnnotationSelectors$FirstDirectlyDeclared [] []
org.springframework.cglib.util.ParallelSorter$FloatComparer [] []
org.springframework.beans.factory.BeanClassLoaderAware [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$ReactiveTransactionSupport$1 [] []
org.springframework.transaction.jta.JtaTransactionManager [] []
org.springframework.core.annotation.AnnotationsProcessor [] []
org.springframework.ldap.pool2.factory.PooledContextSource [] []
org.springframework.ldap.core.CollectingNameClassPairCallbackHandler [] []
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException [] []
org.springframework.util.ConcurrentLruCache$EvictionQueue [] []
org.springframework.cglib.core.ClassInfo [] []
org.springframework.core.convert.support.ObjectToObjectConverter [] []
org.springframework.ldap.core.support.BaseLdapPathSource [] []
org.springframework.util.CollectionUtils [] []
org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate [] []
org.springframework.beans.factory.config.PropertyOverrideConfigurer [] []
org.springframework.beans.factory.config.EmbeddedValueResolver [] []
org.springframework.beans.propertyeditors.URLEditor [] []
org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils [] []
org.springframework.util.SerializationUtils [] []
org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData [] []
org.springframework.ldap.filter.AbstractFilter [] []
org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor [] []
org.springframework.core.io.buffer.DefaultDataBuffer [] []
org.springframework.ldap.core.LdapClient$Builder [] []
org.springframework.cglib.proxy.Factory [] []
org.springframework.core.io.buffer.DataBufferWrapper [] []
org.springframework.core.convert.support.StringToArrayConverter [] []
org.springframework.core.io.buffer.TouchableDataBuffer [] []
org.springframework.ldap.core.LdapClient$ListBindingsSpec [] []
org.springframework.asm.Attribute$Set [] []
org.springframework.core.task.AsyncListenableTaskExecutor [] []
org.springframework.ldap.core.support.DefaultDirObjectFactory [] []
org.springframework.ldap.core.LdapTemplate$NullDirContextProcessor [] []
org.springframework.transaction.support.DelegatingTransactionDefinition [] []
org.springframework.javapoet.LineWrapper$RecordingAppendable [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$add__138 [] []
org.springframework.core.convert.support.AbstractConditionalEnumConverter [] []
org.springframework.beans.factory.config.YamlProcessor$MatchCallback [] []
org.springframework.aot.generate.GeneratedClass [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$lambda_resolveMultipleBeans_9__27 [] []
org.springframework.beans.factory.annotation.ParameterResolutionDelegate [] []
org.springframework.transaction.reactive.TransactionalOperatorExtensionsKt$executeAndAwait$1 [] []
org.springframework.beans.factory.aot.BeanRegistrationsAotContribution$BeanRegistrationsCodeGenerator [] []
org.springframework.core.type.classreading.SimpleAnnotationMetadataReadingVisitor$add__85 [] []
org.springframework.util.xml.SimpleTransformErrorListener [] []
org.springframework.beans.factory.support.ConstructorResolver$ArgumentsHolder [] []
org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy [] []
org.springframework.core.style.ToStringStyler [] []
org.springframework.cglib.core.ClassEmitter$1 [] []
org.springframework.beans.ExtendedBeanInfoFactory [] []
org.springframework.core.io.buffer.PooledDataBuffer [] []
org.springframework.util.ReflectionUtils$lambda_getUniqueDeclaredMethods_2__89 [] []
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter [] []
org.springframework.aot.hint.SimpleTypeReference$startsWith__18 [] []
org.springframework.asm.ConstantDynamic [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference [] []
org.springframework.cglib.util.SorterTemplate [] []
org.springframework.core.convert.support.ObjectToCollectionConverter [] []
org.springframework.core.task.SyncTaskExecutor [] []
org.springframework.core.CollectionFactory [] []
org.springframework.aot.generate.MethodReference$ArgumentCodeGenerator [] []
org.springframework.core.LocalVariableTableParameterNameDiscoverer [] []
org.springframework.util.CompositeIterator [] []
org.springframework.cglib.reflect.MulticastDelegate$Generator [] []
org.springframework.core.io.ByteArrayResource [] []
org.springframework.util.InvalidMimeTypeException [] []
org.w3c.dom.ls.LSResourceResolver [] []
org.springframework.javapoet.Util [] []
org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy [] []
org.springframework.beans.factory.config.ConfigurableBeanFactory [] []
org.springframework.core.annotation.SynthesizingMethodParameter [] []
org.springframework.javapoet.CodeWriter [] []
org.springframework.ldap.control.PagedResult [] []
org.springframework.beans.propertyeditors.CharsetEditor [] []
org.springframework.core.annotation.AnnotationTypeMappings$afterAllMappingsSet__57 [] []
org.springframework.transaction.annotation.Propagation [] []
org.springframework.aot.generate.GenerationContext [] []
org.springframework.beans.ConfigurablePropertyAccessor [] []
org.springframework.util.AutoPopulatingList$ReflectiveElementFactory [] []
org.springframework.cglib.core.MethodInfoTransformer [] []
org.springframework.beans.propertyeditors.PropertiesEditor [] []
org.springframework.core.convert.support.MapToMapConverter [] []
org.springframework.beans.factory.config.BeanFactoryPostProcessor [] []
org.springframework.ldap.core.DnParserImpl [] []
org.springframework.core.convert.support.ZoneIdToTimeZoneConverter [] []
org.springframework.objenesis.instantiator.basic.ObjectStreamClassInstantiator [] []
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$lambda_buildAutowiringMetadata_1__150 [] []
org.springframework.util.xml.StaxStreamHandler [] []
org.springframework.transaction.ReactiveTransactionManager [] []
org.springframework.beans.PropertyAccessorFactory [] []
org.springframework.core.SerializableTypeWrapper$MethodInvokeTypeProvider [] []
org.springframework.cglib.beans.BeanMapEmitter$3 [] []
org.springframework.beans.factory.support.BeanDefinitionValueResolver$KeyedArgName [] []
org.springframework.util.xml.AbstractStaxXMLReader [] []
org.springframework.core.io.buffer.DataBufferFactory [] []
org.springframework.aot.hint.annotation.Reflective [] []
org.springframework.core.convert.Property [] []
org.springframework.core.env.PropertyResolverExtensionsKt [] []
org.springframework.util.xml.StaxStreamXMLReader [] []
org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper [] []
org.springframework.cglib.proxy.CallbackGenerator$Context [] []
org.springframework.beans.factory.config.ServiceLocatorFactoryBean [] []
org.springframework.core.env.Environment [] []
org.springframework.beans.MethodInvocationException [] []
org.springframework.core.DecoratingProxy [] []
org.springframework.transaction.compensating.CompensatingTransactionOperationRecorder [] []
org.springframework.cglib.core.EmitUtils$1 [] []
org.springframework.util.xml.XMLEventStreamWriter [] []
org.springframework.cglib.beans.BulkBeanException [] []
org.springframework.beans.PropertyEditorRegistrySupport$registerCustomEditor__121 [] []
org.springframework.cglib.proxy.MixinBeanEmitter [] []
org.springframework.ldap.core.LdapTemplate$30 [] []
org.springframework.core.convert.support.GenericConversionService [] []
org.springframework.cglib.transform.ClassTransformerTee [] []
org.springframework.aot.hint.ResourcePatternHints$Builder [] []
org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData$1 [] []
org.springframework.cglib.core.SpringNamingPolicy [] []
org.springframework.beans.propertyeditors.CustomDateEditor [] []
org.springframework.core.io.support.SpringFactoriesLoader$KotlinDelegate$lambda_findPrimaryConstructor_0__163 [] []
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager [] []
org.springframework.cglib.util.ParallelSorter$Comparer [] []
org.springframework.core.io.support.PropertySourceFactory [] []
org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry [] []
org.springframework.core.convert.support.CharacterToNumberFactory$CharacterToNumber [] []
org.springframework.transaction.annotation.Isolation [] []
org.springframework.core.ReactiveAdapterRegistry$ReactorAdapter [] []
org.springframework.beans.factory.config.YamlProcessor$DocumentMatcher [] []
org.w3c.dom.DOMStringList [] []
org.springframework.ldap.core.NameClassPairCallbackHandler [] []
org.springframework.cglib.transform.impl.InterceptFieldEnabled [] []
org.springframework.ldap.core.LdapTemplate$2 [] []
org.springframework.LdapDataEntry [] []
org.springframework.beans.factory.config.YamlProcessor [] []
org.springframework.beans.PropertyMatches$BeanPropertyMatches [] []
org.springframework.cglib.beans.ImmutableBean$Generator [] []
org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean [] []
org.springframework.cglib.core.NamingPolicy [] []
org.springframework.ldap.transaction.compensating.RebindOperationRecorder [] []
org.springframework.aot.generate.DefaultMethodReference [] []
org.springframework.cglib.reflect.FastConstructor [] []
org.springframework.objenesis.instantiator.perc.PercSerializationInstantiator [] []
org.springframework.ldap.core.support.DirContextAuthenticationStrategy [] []
org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean [] []
org.springframework.ldap.query.ConditionCriteria [] []
org.springframework.transaction.event.TransactionalApplicationListener [] []
org.springframework.transaction.event.TransactionalApplicationListenerMethodAdapter [] []
org.springframework.beans.factory.BeanNotOfRequiredTypeException [] []
org.springframework.util.comparator.BooleanComparator [] []
org.springframework.beans.factory.config.ConstructorArgumentValues$lambda_addArgumentValues_1__65 [] []
org.springframework.javapoet.TypeSpec$Kind [] []
org.springframework.beans.factory.support.BeanDefinitionValueResolver$lambda_resolveManagedMap_3__149 [] []
org.springframework.beans.PropertyValue [] []
org.springframework.core.env.PropertiesPropertySource [] []
org.springframework.core.convert.converter.ConvertingComparator [] []
org.springframework.objenesis.instantiator.gcj.GCJInstantiator [] []
org.springframework.cglib.transform.AnnotationVisitorTee [] []
org.springframework.cglib.proxy.InvocationHandler [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$InvocationCallback [] []
org.springframework.cglib.beans.BeanCopier$BeanCopierKey [] []
org.springframework.cglib.core.ClassNameReader$1 [] []
org.springframework.ldap.core.Token [] []
org.springframework.beans.factory.support.LookupOverride [] []
org.springframework.util.concurrent.SuccessCallback [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$lambda_removeManualSingletonName_8__132 [] []
org.springframework.core.ResolvableType$lambda_forClassWithGenerics_0__94 [] []
org.springframework.cglib.proxy.UndeclaredThrowableException [] []
org.springframework.core.SerializableTypeWrapper [] []
org.springframework.asm.ModuleWriter [] []
org.springframework.ldap.config.ContextSourceParser [] []
org.springframework.core.log.CompositeLog$isTraceEnabled__40 [] []
org.springframework.ldap.control.PagedResultsDirContextProcessor [] []
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader$2 [] []
org.springframework.core.convert.support.ObjectToStringConverter [] []
org.springframework.core.io.buffer.DataBufferUtils$ReadableByteChannelGenerator [] []
org.apache.commons.pool2.impl.GenericKeyedObjectPool [] []
org.springframework.core.codec.Netty5BufferDecoder [] []
org.springframework.core.log.CompositeLog$isInfoEnabled__58 [] []
org.springframework.core.convert.support.ConversionUtils [] []
org.springframework.beans.factory.support.AbstractBeanFactory$lambda_doGetBean_1__45 [] []
org.springframework.core.annotation.RepeatableContainers [] []
org.springframework.asm.MethodWriter [] []
org.springframework.core.io.buffer.DefaultDataBuffer$SlicedDefaultDataBuffer [] []
org.springframework.core.annotation.AnnotationsScanner [] []
org.springframework.ldap.core.LdapTemplate$15 [] []
org.springframework.core.codec.NettyByteBufDecoder [] []
org.springframework.asm.RecordComponentVisitor [] []
org.springframework.cglib.transform.AbstractClassTransformer [] []
org.springframework.core.convert.support.GenericConversionService$Converters [] []
org.springframework.jca.endpoint.GenericMessageEndpointFactory [] []
org.springframework.jca.endpoint.AbstractMessageEndpointFactory$AbstractMessageEndpoint [] []
org.springframework.beans.factory.aot.BeanInstanceSupplier$getName__1 [] []
org.springframework.ldap.support.LdapUtils ['LdapQueryBuilderFuzzer'] []
org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottleAdapter [] []
org.springframework.core.log.CompositeLog$isTraceEnabled__8 [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$ThrowableHolderException [] []
org.springframework.core.NativeDetector [] []
org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor [] []
org.springframework.ldap.odm.core.impl.ObjectMetaData$1 [] []
org.springframework.transaction.annotation.TransactionBeanRegistrationAotProcessor [] []
io.netty.buffer.Unpooled [] []
org.springframework.transaction.interceptor.NoRollbackRuleAttribute [] []
org.springframework.beans.PropertyMatches$FieldPropertyMatches$lambda_calculateMatches_0__164 [] []
org.springframework.core.annotation.MergedAnnotations$SearchStrategy [] []
org.springframework.core.Constants [] []
org.springframework.util.ClassUtils$lambda_getInterfaceMethodIfPossible_0__118 [] []
org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor [] []
org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottlingRunnable [] []
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$ShortcutDependencyDescriptor [] []
org.springframework.cglib.core.KeyFactory$1 [] []
org.springframework.util.MethodInvoker [] []
org.springframework.asm.MethodVisitor [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$PatternVirtualFileVisitor [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider$2 [] []
org.springframework.core.convert.support.ArrayToCollectionConverter [] []
org.springframework.core.type.classreading.SimpleAnnotationMetadataReadingVisitor$add__86 [] []
org.springframework.cglib.core.ObjectSwitchCallback [] []
org.springframework.ldap.core.LdapTemplate$9 [] []
org.springframework.aot.hint.ResourcePatternHint [] []
org.springframework.beans.BeanInstantiationException [] []
org.springframework.ldap.core.LdapOperations [] []
org.springframework.beans.factory.support.ManagedMap [] []
org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler$init__122 [] []
org.springframework.transaction.support.TransactionOperations [] []
org.springframework.transaction.jta.UserTransactionAdapter [] []
org.springframework.core.io.ProtocolResolver [] []
org.springframework.ldap.core.support.DirContextSource [] []
java.util.concurrent.Callable [] []
org.springframework.javapoet.JavaFile$Builder [] []
org.springframework.cglib.proxy.Mixin [] []
org.springframework.core.annotation.TypeMappedAnnotation$invokeAnnotationMethod__54 [] []
org.springframework.ldap.query.LdapQueryBuilder ['LdapQueryBuilderFuzzer'] []
org.springframework.util.PropertyPlaceholderHelper$PlaceholderResolver [] []
org.w3c.dom.DOMConfiguration [] []
org.springframework.cglib.util.ParallelSorter$ObjectComparer [] []
org.springframework.cglib.transform.impl.UndeclaredThrowableTransformer [] []
org.springframework.util.StopWatch [] []
org.springframework.core.type.classreading.SimpleAnnotationMetadata [] []
org.springframework.core.type.AnnotatedTypeMetadata [] []
org.springframework.asm.CurrentFrame [] []
org.springframework.core.annotation.MergedAnnotationPredicates$UniquePredicate [] []
org.springframework.util.FastByteArrayOutputStream$FastByteArrayInputStream [] []
org.springframework.beans.factory.parsing.BeanEntry [] []
org.springframework.beans.factory.annotation.Autowired [] []
org.springframework.core.log.LogMessage$FormatMessage4 [] []
org.springframework.asm.TypePath [] []
org.springframework.core.io.support.ResourcePatternUtils [] []
org.springframework.transaction.compensating.CompensatingTransactionOperationManager [] []
org.springframework.cglib.transform.impl.AddDelegateTransformer$1 [] []
org.springframework.core.annotation.AnnotationTypeMapping [] []
org.springframework.core.io.support.SpringFactoriesLoader$FactoryInstantiator [] []
org.springframework.util.FileSystemUtils$2 [] []
org.springframework.cglib.reflect.FastClass$Generator [] []
org.springframework.jca.support.SimpleBootstrapContext [] []
org.springframework.core.codec.ResourceDecoder [] []
org.springframework.core.convert.support.CollectionToArrayConverter [] []
org.apache.commons.logging.LogAdapter$Slf4jLog [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$Jsr330Factory [] []
org.springframework.ldap.transaction.compensating.NullOperationRecorder [] []
org.springframework.core.KotlinDetector [] []
org.springframework.beans.propertyeditors.CustomNumberEditor [] []
org.springframework.cglib.core.ClassGenerator [] []
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$lambda_doCreateBean_0__87 [] []
org.springframework.core.convert.converter.GenericConverter$ConvertiblePair [] []
org.springframework.ldap.core.LdapTemplate [] []
org.springframework.transaction.interceptor.RollbackRuleAttribute [] []
org.springframework.asm.Symbol [] []
org.springframework.core.InfrastructureProxy [] []
org.springframework.cglib.transform.MethodVisitorTee [] []
org.springframework.cglib.proxy.Mixin$Generator [] []
org.springframework.javapoet.MethodSpec [] []
org.springframework.cglib.core.DuplicatesPredicate$UnnecessaryBridgeFinder [] []
org.xml.sax.SAXException [] []
org.springframework.beans.factory.config.CustomEditorConfigurer [] []
org.springframework.core.convert.support.ArrayToObjectConverter [] []
org.springframework.ldap.pool2.validation.DirContextValidator [] []
org.springframework.aot.generate.MethodReference [] []
org.springframework.beans.factory.ListableBeanFactory [] []
org.springframework.transaction.support.DefaultTransactionDefinition [] []
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibIdentitySupport [] []
org.springframework.beans.factory.DisposableBean [] []
org.slf4j.helpers.BasicMarker [] []
org.springframework.core.Constants$lambda_getValues_0__143 [] []
org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport [] []
org.springframework.core.convert.support.StringToEnumConverterFactory$StringToEnum [] []
org.springframework.ldap.filter.NotFilter [] []
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$ConstructorHintPredicate$lambda_exactMatch_0__62 [] []
org.springframework.core.env.ProfilesParser$ParsedProfiles [] []
org.springframework.ldap.pool.factory.MutablePoolingContextSource [] []
org.springframework.core.io.ClassPathResource [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableEntrySet$lambda_forEach_0__25 [] []
org.springframework.transaction.reactive.TransactionSynchronizationUtils$ScopedProxyUnwrapper [] []
org.springframework.objenesis.instantiator.util.UnsafeUtils [] []
org.springframework.aot.hint.MemberCategory [] []
org.springframework.ldap.core.support.BaseLdapNameAware [] []
org.springframework.util.LinkedCaseInsensitiveMap$KeySet [] []
org.springframework.beans.factory.support.RegisteredBean$InnerBeanResolver [] []
org.springframework.ldap.pool.validation.DefaultDirContextValidator [] []
org.springframework.ldap.filter.Filter [] []
org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper$1 [] []
org.springframework.core.annotation.RepeatableContainers$StandardRepeatableContainers$computeRepeatedAnnotationsMethod__55 [] []
org.springframework.util.StreamUtils$NonClosingOutputStream [] []
org.springframework.core.log.LogMessage$FormatMessageX [] []
org.springframework.beans.factory.support.BeanDefinitionRegistry [] []
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry$lambda_registerDependentBean_2__69 [] []
org.springframework.cglib.core.Converter [] []
org.apache.commons.logging.LogAdapter$JavaUtilAdapter [] []
org.springframework.core.task.AsyncTaskExecutor [] []
org.slf4j.ILoggerFactory [] []
org.springframework.ldap.core.support.CountNameClassPairCallbackHandler [] []
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser [] []
org.springframework.util.MimeTypeUtils [] []
org.springframework.beans.factory.UnsatisfiedDependencyException [] []
org.springframework.core.annotation.AnnotationTypeMappings$lambda_forAnnotationType_1__42 [] []
org.springframework.ldap.filter.AndFilter [] []
org.springframework.ldap.core.support.LdapContextSource [] []
org.springframework.core.annotation.AnnotationFilter$1 [] []
org.springframework.core.codec.DataBufferEncoder [] []
org.springframework.javapoet.JavaFile$2 [] []
org.springframework.beans.factory.aot.AotServices [] []
org.springframework.aot.generate.FileSystemGeneratedFiles [] []
org.springframework.cglib.core.EmitUtils$10 [] []
org.springframework.core.type.MethodMetadata [] []
org.springframework.core.log.CompositeLog$isInfoEnabled__67 [] []
org.springframework.util.AutoPopulatingList$ElementFactory [] []
org.springframework.asm.Label [] []
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager$ContextSourceAndHibernateTransactionObject [] []
org.springframework.core.ParameterizedTypeReference [] []
org.springframework.cglib.proxy.InterfaceMaker [] []
org.springframework.beans.ExtendedBeanInfo$toString__165 [] []
org.springframework.util.concurrent.ListenableFuture [] []
org.springframework.beans.factory.parsing.ImportDefinition [] []
org.springframework.transaction.annotation.Transactional [] []
org.springframework.cglib.beans.BeanMap [] []
org.springframework.ldap.core.LdapClient$SearchSpec [] []
org.springframework.beans.factory.support.BeanDefinitionValueResolver$lambda_resolveValueIfNecessary_2__140 [] []
org.springframework.beans.factory.config.AutowireCapableBeanFactory [] []
org.springframework.core.env.SimpleCommandLineArgsParser [] []
org.springframework.beans.factory.annotation.AnnotatedBeanDefinition [] []
org.springframework.core.annotation.MergedAnnotationPredicates [] []
org.springframework.aot.hint.ResourcePatternHints [] []
org.springframework.core.log.CompositeLog$isWarnEnabled__74 [] []
org.springframework.cglib.transform.ClassFilter [] []
org.springframework.util.xml.StaxEventXMLReader [] []
org.springframework.beans.factory.BeanDefinitionStoreException [] []
org.springframework.beans.factory.annotation.ParameterResolutionDelegate$1 [] []
org.springframework.cglib.core.AbstractClassGenerator [] []
org.springframework.beans.BeanMetadataElement [] []
org.springframework.core.ExceptionDepthComparator [] []
org.springframework.beans.factory.wiring.BeanWiringInfo [] []
org.springframework.transaction.reactive.TransactionContextManager$NoTransactionInContextException [] []
org.springframework.util.concurrent.FutureUtils [] []
org.springframework.cglib.reflect.FastClassEmitter$1 [] []
org.slf4j.spi.LocationAwareLogger [] []
org.springframework.cglib.beans.BeanGenerator [] []
org.springframework.util.ConcurrentReferenceHashMap$Task [] []
org.springframework.transaction.interceptor.DefaultTransactionAttribute [] []
org.springframework.core.io.buffer.DataBufferUtils$ReadCompletionHandler$State [] []
org.springframework.ldap.odm.core.impl.CaseIgnoreString [] []
org.springframework.core.annotation.AttributeMethods$lambda_static_0__33 [] []
org.springframework.asm.Handler [] []
org.springframework.ldap.core.DefaultLdapClient$DefaultListBindingsSpec [] []
org.springframework.cglib.core.KeyFactory [] []
org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement [] []
org.springframework.core.convert.converter.Converter [] []
org.springframework.transaction.support.SimpleTransactionScope$CleanupSynchronization [] []
org.slf4j.helpers.BasicMarkerFactory [] []
org.slf4j.event.LoggingEvent [] []
org.w3c.dom.DOMImplementation [] []
org.springframework.beans.factory.SmartInitializingSingleton [] []
org.springframework.core.metrics.StartupStep [] []
org.springframework.dao.support.DataAccessUtils [] []
org.springframework.ldap.core.support.ContextMapperCallbackHandlerWithControls [] []
org.springframework.beans.factory.config.PropertyResourceConfigurer [] []
org.springframework.core.io.support.PropertiesLoaderUtils [] []
org.springframework.javapoet.TypeSpec$Builder [] []
org.springframework.cglib.reflect.ConstructorDelegate$Generator [] []
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory$FailureAwareContextProxy [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableValueCollection$lambda_forEach_0__24 [] []
org.springframework.cglib.core.Block [] []
org.springframework.util.concurrent.FutureAdapter [] []
org.springframework.cglib.util.ParallelSorter$DoubleComparer [] []
org.springframework.core.convert.support.IntegerToEnumConverterFactory$IntegerToEnum [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$2 [] []
org.springframework.objenesis.instantiator.sun.SunReflectionFactorySerializationInstantiator [] []
org.springframework.asm.FieldVisitor [] []
org.springframework.ldap.core.LdapTemplate$20 [] []
org.springframework.util.ConcurrentLruCache$ReadOperations [] []
org.springframework.transaction.TransactionDefinition [] []
org.springframework.transaction.interceptor.TransactionAspectSupport$CoroutinesInvocationCallback [] []
org.springframework.beans.factory.annotation.InjectionMetadata$1 [] []
org.springframework.objenesis.ObjenesisHelper [] []
org.springframework.beans.factory.parsing.ProblemReporter [] []
org.springframework.objenesis.instantiator.sun.SunReflectionFactoryHelper [] []
org.springframework.cglib.proxy.Enhancer$6 [] []
org.springframework.transaction.reactive.TransactionContext [] []
org.springframework.cglib.core.KeyFactory$3 [] []
org.springframework.aot.hint.support.SpringFactoriesLoaderRuntimeHints [] []
org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource$1 [] []
org.springframework.core.type.classreading.MergedAnnotationReadingVisitor$lambda_visitEnum_0__113 [] []
org.springframework.beans.propertyeditors.CustomMapEditor [] []
org.springframework.ldap.pool2.validation.DefaultDirContextValidator [] []
org.springframework.ldap.core.LdapTemplate$MappingCollectingNameClassPairCallbackHandler [] []
org.apache.commons.logging.LogAdapter$LocationResolvingLogRecord [] []
org.springframework.core.LocalVariableTableParameterNameDiscoverer$inspectClass__91 [] []
org.springframework.core.io.AbstractFileResolvingResource [] []
org.springframework.ldap.core.LdapTemplate$21 [] []
org.springframework.ldap.odm.typeconversion.impl.Converter [] []
org.springframework.ldap.filter.GreaterThanOrEqualsFilter [] []
org.springframework.core.OrderComparator$lambda_withSourceProvider_0__50 [] []
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser [] []
org.springframework.util.AutoPopulatingList [] []
org.springframework.cglib.proxy.MethodInterceptorGenerator$2 [] []
org.springframework.ldap.pool2.MutableDelegatingLdapContext [] []
org.springframework.beans.StandardBeanInfoFactory [] []
org.springframework.cglib.core.ReflectUtils$1 [] []
org.springframework.cglib.transform.impl.FieldProviderTransformer$3 [] []
org.springframework.cglib.beans.ImmutableBean [] []
org.springframework.core.env.MapPropertySource [] []
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader$3 [] []
org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy$TlsAwareDirContextProxy [] []
org.springframework.core.annotation.SynthesizedMergedAnnotationInvocationHandler$lambda_getAttributeValue_0__102 [] []
org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer [] []
org.springframework.core.MethodParameter$KotlinDelegate [] []
org.apache.commons.logging.LogAdapter [] []
org.springframework.cglib.proxy.Enhancer$1 [] []
org.springframework.util.StreamUtils [] []
org.springframework.beans.factory.aot.BeanRegistrationsAotContribution [] []
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry$lambda_registerContainedBean_0__167 [] []
org.springframework.util.xml.StaxStreamXMLReader$1 [] []
org.springframework.core.annotation.SynthesizedMergedAnnotationInvocationHandler$lambda_getAttributeValue_1__79 [] []
org.springframework.ldap.core.DefaultLdapClientBuilder [] []
org.springframework.beans.propertyeditors.CustomBooleanEditor [] []
org.springframework.beans.factory.parsing.ConstructorArgumentEntry [] []
org.springframework.core.annotation.MergedAnnotations$Search$lambda_static_0__30 [] []
org.springframework.ldap.pool.validation.DirContextValidator [] []
org.slf4j.IMarkerFactory [] []
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader$GroovyRuntimeBeanReference$GroovyPropertyValue [] []
org.springframework.transaction.jta.TransactionFactory [] []
org.springframework.beans.propertyeditors.PatternEditor [] []
org.springframework.asm.Handle [] []
org.springframework.core.BridgeMethodResolver [] []
org.springframework.ldap.core.ContextAssembler [] []
org.springframework.beans.factory.annotation.Lookup [] []
org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport [] []
org.springframework.transaction.support.TransactionTemplate [] []
org.springframework.transaction.event.TransactionalApplicationListenerAdapter [] []
org.springframework.beans.factory.support.DisposableBeanAdapter [] []
org.w3c.dom.DocumentType [] []
org.springframework.ldap.control.PagedResultsCookie [] []
org.springframework.core.StandardReflectionParameterNameDiscoverer [] []
org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource [] []
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager$NameToStringConverter [] []
org.springframework.core.annotation.MergedAnnotations$Search$lambda_static_1__31 [] []
org.springframework.aot.hint.TypeHint$ExecutableKey [] []
org.w3c.dom.ProcessingInstruction [] []
org.springframework.util.AlternativeJdkIdGenerator [] []
org.springframework.cglib.transform.TransformingClassLoader [] []
org.springframework.javapoet.FieldSpec [] []
org.springframework.util.ConcurrentReferenceHashMap$ReferenceManager [] []
org.springframework.ldap.transaction.compensating.UnbindOperationRecorder [] []
org.apache.commons.logging.impl.NoOpLog [] []
org.springframework.javapoet.ParameterizedTypeName [] []
org.springframework.util.concurrent.ListenableFutureAdapter [] []
org.springframework.beans.propertyeditors.CustomMapEditor$lambda_setValue_0__78 [] []
org.springframework.core.codec.AbstractDecoder [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$lambda_static_1__104 [] []
org.springframework.core.convert.support.MapToMapConverter$MapEntry [] []
org.springframework.beans.factory.config.SingletonBeanRegistry [] []
org.springframework.beans.PropertyEditorRegistrar [] []
org.springframework.beans.factory.support.RootBeanDefinition [] []
org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy [] []
org.springframework.util.PropertyPlaceholderHelper [] []
org.springframework.core.io.support.SpringFactoriesLoader$FactoryInstantiator$lambda_forClass_0__162 [] []
org.springframework.core.codec.ResourceDecoder$2 [] []
org.springframework.util.function.ThrowingSupplier [] []
org.springframework.beans.factory.parsing.PropertyEntry [] []
org.springframework.beans.factory.FactoryBean [] []
org.xml.sax.ext.Locator2 [] []
org.springframework.transaction.jta.SimpleTransactionFactory [] []
org.springframework.util.function.ThrowingConsumer$1 [] []
org.springframework.core.annotation.PackagesAnnotationFilter [] []
org.springframework.beans.BeanUtils [] []
org.springframework.ldap.core.ContextMapperCallbackHandler [] []
org.springframework.ldap.core.LdapTemplate$5 [] []
org.springframework.beans.Mergeable [] []
org.springframework.util.ConcurrentReferenceHashMap$EntryIterator [] []
org.springframework.cglib.core.internal.LoadingCache$2 [] []
org.springframework.beans.propertyeditors.ByteArrayPropertyEditor [] []
org.springframework.ldap.config.TransactionManagerParser [] []
org.springframework.core.convert.support.CollectionToCollectionConverter [] []
org.springframework.core.io.AbstractFileResolvingResource$VfsResourceDelegate [] []
org.springframework.core.type.AnnotationMetadata [] []
org.springframework.aot.generate.AccessControl [] []
org.springframework.ldap.odm.annotations.Entry [] []
org.springframework.core.annotation.TypeMappedAnnotations$AggregatesCollector [] []
org.springframework.core.type.classreading.MergedAnnotationReadingVisitor$lambda_visitArray_2__117 [] []
org.springframework.core.log.LogAccessor [] []
org.springframework.core.metrics.DefaultApplicationStartup$DefaultStartupStep [] []
org.springframework.beans.DirectFieldAccessor$FieldPropertyHandler [] []
org.springframework.transaction.support.TransactionSynchronizationManager [] []
org.springframework.ldap.transaction.compensating.ModifyAttributesOperationRecorder [] []
org.springframework.transaction.annotation.TransactionManagementConfigurationSelector [] []
org.springframework.ldap.core.NameAwareAttribute [] []
org.springframework.aot.generate.DefaultGenerationContext [] []
org.springframework.ldap.control.PagedResultsRequestControl [] []
org.springframework.ldap.odm.typeconversion.impl.converters.ToStringConverter [] []
org.springframework.core.io.buffer.CloseableDataBuffer [] []
org.springframework.ldap.core.LdapTemplate$24 [] []
org.springframework.beans.factory.config.BeanDefinitionVisitor [] []
org.springframework.util.function.SupplierUtils [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$FactoryAwareOrderSourceProvider [] []
org.springframework.ldap.core.LdapTemplate$7 [] []
org.springframework.util.ConcurrentLruCache$WriteOperations [] []
org.springframework.core.io.support.ResourcePatternResolver [] []
org.springframework.cglib.beans.BeanMapEmitter$2 [] []
org.springframework.cglib.beans.BulkBean$Generator [] []
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser [] []
org.springframework.util.ConcurrentReferenceHashMap$Entries [] []
org.springframework.beans.factory.support.BeanDefinitionOverrideException [] []
org.springframework.beans.factory.xml.BeansDtdResolver [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableValueCollection$UnmodifiableValueSpliterator [] []
org.springframework.beans.CachedIntrospectionResults [] []
org.slf4j.helpers.NOPMDCAdapter [] []
org.springframework.beans.factory.config.ConstructorArgumentValues$lambda_addArgumentValues_0__64 [] []
org.springframework.core.SpringProperties [] []
org.springframework.transaction.event.TransactionalEventListenerFactory [] []
org.springframework.ldap.pool2.DelegatingContext [] []
org.springframework.cglib.core.ClassEmitter$2 [] []
org.springframework.ldap.core.DefaultLdapClient$1 [] []
org.slf4j.LoggerFactory [] []
org.springframework.beans.factory.config.ConstructorArgumentValues [] []
org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper [] []
org.springframework.cglib.core.EmitUtils$9 [] []
org.springframework.util.function.ThrowingFunction$1 [] []
org.springframework.cglib.transform.impl.AccessFieldTransformer [] []
org.springframework.util.concurrent.ListenableFutureTask [] []
org.springframework.asm.RecordComponentWriter [] []
org.springframework.core.env.EnvironmentCapable [] []
org.springframework.core.io.buffer.DataBufferInputStream [] []
org.springframework.ldap.odm.annotations.Attribute$Type [] []
org.springframework.beans.factory.support.MethodOverride [] []
org.springframework.core.convert.support.GenericConversionService$ConverterAdapter [] []
org.springframework.cglib.util.StringSwitcher [] []
org.springframework.javapoet.WildcardTypeName [] []
org.springframework.util.ConcurrentReferenceHashMap$Segment [] []
org.springframework.core.type.ClassMetadata [] []
org.springframework.beans.factory.support.ConstructorResolver$ConstructorPropertiesChecker [] []
org.springframework.cglib.core.internal.LoadingCache$1 [] []
org.springframework.core.env.PropertySource$ComparisonPropertySource [] []
org.springframework.core.convert.TypeDescriptor [] []
org.springframework.util.ConcurrentLruCache$DrainStatus$3 [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$lambda_findAllModulePathResources_5__136 [] []
org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor$1 [] []
org.springframework.beans.factory.aot.AutowiredFieldValueResolver [] []
org.springframework.util.ExceptionTypeFilter [] []
org.springframework.core.convert.support.ObjectToOptionalConverter [] []
org.apache.logging.log4j.LogManager [] []
org.springframework.core.ReactiveAdapterRegistry$SpringCoreBlockHoundIntegration [] []
org.springframework.util.ConcurrentReferenceHashMap$SoftEntryReference [] []
org.springframework.core.type.classreading.MergedAnnotationReadingVisitor$lambda_visitAnnotation_1__115 [] []
org.springframework.cglib.proxy.Dispatcher [] []
org.springframework.beans.BeanWrapperImpl$BeanPropertyHandler [] []
org.springframework.ldap.core.LdapTemplate$8 [] []
org.springframework.core.io.buffer.DataBufferUtils$AbstractNestedMatcher [] []
org.springframework.beans.factory.support.InstanceSupplier$2 [] []
org.springframework.util.ConcurrentReferenceHashMap [] []
org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar [] []
org.springframework.core.log.CompositeLog$isDebugEnabled__19 [] []
org.springframework.core.io.support.SpringFactoriesLoader$lambda_instantiateFactory_0__161 [] []
org.springframework.beans.PropertyEditorRegistry [] []
org.springframework.ldap.query.CriteriaContainerType ['LdapQueryBuilderFuzzer'] []
org.slf4j.helpers.Util [] []
org.springframework.beans.factory.aot.BeanRegistrationsAotProcessor [] []
org.springframework.core.annotation.TypeMappedAnnotation$extractFromMap__154 [] []
org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor$1 [] []
org.springframework.util.LinkedCaseInsensitiveMap$1 [] []
org.springframework.core.task.support.ExecutorServiceAdapter [] []
org.springframework.beans.propertyeditors.UUIDEditor [] []
org.springframework.transaction.event.TransactionPhase [] []
org.springframework.core.convert.support.StringToNumberConverterFactory [] []
org.springframework.util.DigestUtils [] []
org.springframework.beans.factory.xml.DelegatingEntityResolver [] []
org.springframework.ldap.core.LdapTemplate$12 [] []
org.springframework.beans.factory.support.StaticListableBeanFactory [] []
org.springframework.beans.factory.config.YamlMapFactoryBean [] []
org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager [] []
org.springframework.util.concurrent.ListenableFutureCallbackRegistry$State [] []
org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition [] []
org.springframework.core.annotation.AnnotatedElementUtils$AnnotatedElementForAnnotations [] []
org.springframework.ldap.config.DefaultRenamingStrategyParser [] []
org.springframework.objenesis.instantiator.annotations.Typology [] []
org.springframework.javapoet.ArrayTypeName [] []
org.springframework.ldap.core.DistinguishedName [] []
org.xml.sax.Locator [] []
org.springframework.aot.hint.JdkProxyHint$Builder [] []
org.springframework.util.SimpleIdGenerator [] []
org.springframework.util.FastByteArrayOutputStream [] []
org.springframework.cglib.proxy.Enhancer$2 [] []
org.springframework.aot.hint.TypeHint [] []
org.springframework.util.ReflectionUtils$MethodCallback [] []
org.springframework.cglib.transform.ClassReaderGenerator [] []
org.springframework.cglib.proxy.Enhancer$5 [] []
org.springframework.aot.hint.JavaSerializationHint$Builder [] []
org.springframework.cglib.reflect.MethodDelegate [] []
com.code_intelligence.jazzer.api.FuzzedDataProvider ['LdapQueryBuilderFuzzer'] []
org.springframework.beans.factory.support.BeanNameGenerator [] []
org.springframework.aot.generate.GeneratedClasses$Owner [] []
org.springframework.beans.BeanUtils$KotlinDelegate [] []
org.springframework.core.convert.support.StringToNumberConverterFactory$StringToNumber [] []
org.springframework.core.type.classreading.SimpleAnnotationMetadataReadingVisitor$Source [] []
org.springframework.core.env.AbstractEnvironment [] []
org.springframework.beans.factory.aot.BeanRegistrationCodeFragmentsDecorator [] []
org.springframework.core.annotation.AnnotationTypeMapping$lambda_resolveAliasedForTargets_1__130 [] []
kotlin.reflect.jvm.KCallablesJvm [] []
org.springframework.util.function.ThrowingBiFunction$1 [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableEntrySet$UnmodifiableEntry [] []
org.springframework.cglib.transform.impl.InterceptFieldTransformer$1 [] []
org.springframework.beans.factory.parsing.EmptyReaderEventListener [] []
org.springframework.util.MimeType$SpecificityComparator [] []
org.springframework.beans.factory.groovy.GroovyDynamicElementReader [] []
org.springframework.cglib.core.EmitUtils$2 [] []
org.springframework.javapoet.AnnotationSpec$Builder [] []
org.springframework.beans.factory.xml.BeanDefinitionDocumentReader [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$TypeHintPredicate$lambda_withAnyMemberCategory_3__36 [] []
org.springframework.beans.factory.config.ProviderCreatingFactoryBean [] []
org.springframework.core.io.buffer.LimitedDataBufferList$lambda_addAll_1__158 [] []
org.springframework.cglib.transform.impl.FieldProviderTransformer [] []
org.springframework.core.convert.converter.GenericConverter [] []
org.springframework.javapoet.NameAllocator [] []
org.springframework.core.codec.StringDecoder [] []
org.springframework.beans.factory.support.ManagedSet [] []
org.springframework.util.NumberUtils [] []
org.springframework.ldap.control.AbstractRequestControlDirContextProcessor [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$equals__105 [] []
org.springframework.ldap.core.LdapEntryIdentificationContextMapper [] []
org.springframework.cglib.proxy.FixedValueGenerator [] []
org.springframework.aot.generate.AppendableConsumerInputStreamSource [] []
org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback [] []
org.springframework.core.Conventions [] []
kotlin.reflect.KFunction [] []
org.springframework.transaction.TransactionStatus [] []
org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy [] []
org.springframework.core.io.buffer.NettyDataBufferFactory [] []
org.springframework.util.unit.DataSize [] []
org.springframework.beans.factory.xml.DefaultDocumentLoader [] []
org.springframework.core.type.classreading.SimpleMethodMetadataReadingVisitor$add__99 [] []
org.springframework.beans.factory.support.ConstructorResolver$FallbackMode [] []
org.springframework.util.concurrent.DelegatingCompletableFuture [] []
org.springframework.core.io.buffer.DataBufferUtils$WritableByteChannelSubscriber [] []
org.springframework.asm.AnnotationVisitor [] []
org.springframework.core.style.ToStringCreator [] []
org.springframework.dao.support.PersistenceExceptionTranslationInterceptor [] []
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement [] []
org.springframework.ldap.core.AuthenticatedLdapEntryContextMapper [] []
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor [] []
org.springframework.util.UnmodifiableMultiValueMap$UnmodifiableValueCollection [] []
org.springframework.util.UpdateMessageDigestInputStream [] []
org.springframework.core.annotation.MergedAnnotationsCollection [] []
org.springframework.beans.factory.xml.UtilNamespaceHandler$ConstantBeanDefinitionParser [] []
org.springframework.util.MultiValueMapAdapter [] []
org.springframework.ldap.core.DefaultLdapClient$DefaultBindSpec [] []
org.springframework.cglib.core.Predicate [] []
org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper$DefaultIncrementalAttributeState [] []
org.springframework.cglib.proxy.CallbackInfo [] []
org.springframework.beans.factory.support.AbstractBeanFactory$BeanPostProcessorCacheAwareList [] []
org.springframework.core.convert.support.GenericConversionService$ConverterFactoryAdapter [] []
org.springframework.ldap.core.LdapTemplate$33 [] []
org.springframework.core.convert.support.StringToCurrencyConverter [] []
org.springframework.javapoet.CodeWriter$Multiset [] []
org.w3c.dom.NodeList [] []
org.springframework.ldap.core.SimpleCharStream [] []
org.springframework.cglib.proxy.Mixin$MixinKey [] []
org.springframework.ldap.config.LdapTemplateParser [] []
org.springframework.core.annotation.MergedAnnotations$Search [] []
org.springframework.core.type.StandardMethodMetadata [] []
org.springframework.javapoet.TypeName$1 [] []
org.springframework.core.log.LogMessage$SupplierMessage [] []
org.springframework.core.KotlinReflectionParameterNameDiscoverer [] []
org.springframework.util.ReflectionUtils [] []
org.springframework.beans.DirectFieldAccessor [] []
org.springframework.transaction.support.TransactionSynchronizationUtils$ScopedProxyUnwrapper [] []
org.springframework.core.type.StandardClassMetadata [] []
org.springframework.objenesis.instantiator.sun.UnsafeFactoryInstantiator [] []
org.springframework.core.log.LogMessage$FormatMessage1 [] []
org.springframework.ldap.core.LdapTemplate$31 [] []
org.springframework.core.log.CompositeLog$isTraceEnabled__9 [] []
org.w3c.dom.Element [] []
org.springframework.core.type.classreading.MergedAnnotationReadingVisitor$ArrayVisitor$add__116 [] []
org.springframework.core.SimpleAliasRegistry [] []
org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager [] []
org.springframework.beans.PropertyEditorRegistrySupport$CustomEditorHolder [] []
org.springframework.util.backoff.ExponentialBackOff$ExponentialBackOffExecution [] []
org.springframework.core.io.support.ResourceRegion [] []
org.springframework.aot.hint.TypeHint$build__82 [] []
org.springframework.beans.factory.config.BeanDefinitionCustomizer [] []
org.springframework.util.AntPathMatcher [] []
org.springframework.util.xml.StaxEventXMLReader$1 [] []
org.springframework.core.ReactiveAdapterRegistry$MutinyRegistrar [] []
org.springframework.core.convert.support.EnumToIntegerConverter [] []
org.xml.sax.ext.LexicalHandler [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider$1 [] []
org.springframework.aot.hint.predicate.SerializationHintsPredicates [] []
org.springframework.beans.factory.parsing.AliasDefinition [] []
org.springframework.core.annotation.MissingMergedAnnotation [] []
org.springframework.transaction.support.SimpleTransactionScope [] []
org.springframework.cglib.beans.BeanMap$Generator [] []
org.springframework.ldap.core.support.ContextMapperWithControls [] []
org.springframework.core.KotlinReflectionParameterNameDiscoverer$lambda_getParameterNames_0__90 [] []
org.springframework.cglib.core.HashCodeCustomizer [] []
org.springframework.ldap.odm.core.impl.ObjectMetaData [] []
org.springframework.beans.factory.config.ConstructorArgumentValues$lambda_addArgumentValues_2__66 [] []
org.springframework.core.annotation.MergedAnnotationSelectors [] []
org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey [] []
org.springframework.aot.hint.AbstractTypeReference [] []
org.springframework.beans.factory.BeanFactoryExtensionsKt [] []
org.springframework.util.comparator.Comparators [] []
org.springframework.core.MethodParameter$lambda_validateIndex_0__44 [] []
org.springframework.transaction.annotation.TransactionRuntimeHints [] []
org.springframework.util.MultiValueMap [] []
org.springframework.core.annotation.MergedAnnotationsCollection$AnnotationsSpliterator [] []
org.springframework.cglib.proxy.FixedValue [] []
org.springframework.beans.factory.aot.AutowiredArgumentsCodeGenerator [] []
org.springframework.core.SpringVersion [] []
org.springframework.cglib.core.ClassEmitter$FieldInfo [] []
org.springframework.objenesis.instantiator.SerializationInstantiatorHelper [] []
org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver [] []
org.springframework.beans.factory.config.ServiceLocatorFactoryBean$ServiceLocatorInvocationHandler [] []
org.springframework.ldap.core.LdapTemplate$NullAuthenticationErrorCallback [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$lambda_static_0__103 [] []
org.springframework.ldap.core.LdapClient$AuthenticateSpec [] []
org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver [] []
org.springframework.cglib.core.Transformer [] []
org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory [] []
org.springframework.aot.hint.ResourceBundleHint$Builder [] []
org.springframework.transaction.config.TxAdviceBeanDefinitionParser [] []
org.springframework.objenesis.strategy.SingleInstantiatorStrategy [] []
org.springframework.beans.factory.aot.AotServices$Source [] []
org.springframework.core.convert.support.PropertiesToStringConverter [] []
org.springframework.beans.factory.support.BeanDefinitionValueResolver$lambda_resolveValueIfNecessary_0__142 [] []
org.springframework.util.CommonsLogWriter [] []
org.springframework.util.backoff.ExponentialBackOff [] []
org.springframework.asm.ClassReader [] []
org.springframework.core.io.FileSystemResourceLoader$FileSystemContextResource [] []
org.springframework.ldap.odm.core.ObjectDirectoryMapper [] []
org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor [] []
org.springframework.util.CustomizableThreadCreator [] []
org.springframework.core.task.support.TaskExecutorAdapter [] []
org.springframework.ldap.pool2.FailureAwareContext [] []
org.springframework.aot.hint.SimpleTypeReference [] []
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$lambda_buildAutowiringMetadata_2__151 [] []
org.apache.commons.logging.LogAdapter$Slf4jLocationAwareLog [] []
org.springframework.core.convert.support.IdToEntityConverter [] []
org.springframework.ldap.config.ParserUtils [] []
org.springframework.beans.propertyeditors.CustomCollectionEditor [] []
org.springframework.transaction.interceptor.TransactionInterceptor$1 [] []
org.springframework.core.env.ProfilesParser$Context [] []
org.springframework.core.io.buffer.Netty5DataBufferFactory [] []
org.springframework.transaction.reactive.ReactiveResourceSynchronization [] []
org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource [] []
org.springframework.transaction.interceptor.TransactionAttributeSourceEditor [] []
org.springframework.beans.propertyeditors.CharArrayPropertyEditor [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$EnumDelegate [] []
org.springframework.beans.factory.support.GenericBeanDefinition [] []
org.springframework.core.annotation.Order [] []
org.springframework.core.serializer.support.DeserializingConverter [] []
org.xml.sax.helpers.AttributesImpl [] []
org.springframework.objenesis.strategy.SerializingInstantiatorStrategy [] []
org.springframework.core.io.support.PathMatchingResourcePatternResolver$lambda_doFindPathMatchingFileResources_3__129 [] []
org.springframework.core.type.filter.AspectJTypeFilter [] []
org.springframework.ldap.core.LdapTemplate$27 [] []
org.springframework.aot.hint.MemberHint [] []
org.springframework.objenesis.instantiator.basic.FailingInstantiator [] []
org.springframework.core.codec.AbstractDataBufferDecoder [] []
org.springframework.aot.generate.GeneratedFiles$Kind [] []
org.springframework.cglib.reflect.MethodDelegate$Generator [] []
org.springframework.ldap.core.support.DefaultTlsDirContextAuthenticationStrategy [] []
org.springframework.ldap.transaction.compensating.RenameOperationExecutor [] []
org.springframework.util.ConcurrentReferenceHashMap$5 [] []
org.springframework.core.type.classreading.CachingMetadataReaderFactory [] []
org.springframework.cglib.transform.impl.InterceptFieldFilter [] []
org.springframework.util.function.ThrowingFunction [] []
org.springframework.beans.factory.support.AbstractBeanFactory$lambda_registerCustomEditors_2__41 [] []
org.springframework.core.convert.support.StringToBooleanConverter [] []
org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver [] []
org.springframework.core.io.support.PropertySourceDescriptor [] []
org.springframework.ldap.core.DnParserImplTokenManager [] []
org.springframework.cglib.core.EmitUtils$3 [] []
org.springframework.cglib.proxy.MixinEverythingEmitter [] []
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor [] []
org.springframework.transaction.support.DefaultTransactionStatus [] []
org.slf4j.helpers.NOPLoggerFactory [] []
org.springframework.util.ResourceUtils [] []
org.springframework.aot.nativex.feature.ThrowawayClassLoader [] []
org.springframework.beans.propertyeditors.ClassArrayEditor [] []
org.springframework.core.NestedExceptionUtils [] []
org.springframework.aot.generate.GeneratedClasses [] []
org.springframework.beans.BeanMetadataAttributeAccessor [] []
org.springframework.core.convert.converter.ConverterRegistry [] []
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [] []
org.springframework.beans.factory.config.BeanExpressionResolver [] []
org.springframework.util.AntPathMatcher$PathSeparatorPatternCache [] []
org.xml.sax.XMLReader [] []
org.springframework.asm.ClassTooLargeException [] []
org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar$DelegatingReflectiveProcessor [] []
org.springframework.beans.factory.xml.UtilNamespaceHandler$PropertyPathBeanDefinitionParser [] []
org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy$1 [] []
org.springframework.aot.hint.support.ObjectToObjectConverterRuntimeHints [] []
org.springframework.core.log.LogMessage$FormatMessage3 [] []
org.springframework.beans.factory.BeanNameAware [] []
org.springframework.core.annotation.TypeMappedAnnotations$AggregatesSpliterator [] []
org.springframework.beans.PropertyMatches [] []
org.springframework.core.convert.support.StringToUUIDConverter [] []
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader [] []
org.springframework.core.metrics.StartupStep$Tag [] []
org.springframework.javapoet.CodeBlock$CodeBlockJoiner [] []
org.slf4j.helpers.NamedLoggerBase [] []
org.springframework.util.ConcurrentReferenceHashMap$TaskOption [] []
org.springframework.core.io.VfsResource [] []
org.springframework.ldap.core.CollectingAuthenticationErrorCallback [] []
org.springframework.cglib.util.ParallelSorter$ByteComparer [] []
org.springframework.beans.factory.aot.AutowiredArguments [] []
org.springframework.util.LinkedCaseInsensitiveMap$put__63 [] []
org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider [] []
org.springframework.core.metrics.jfr.FlightRecorderApplicationStartup [] []
org.springframework.util.FileCopyUtils [] []
org.springframework.core.annotation.AnnotationTypeMappings [] []
org.springframework.ldap.core.LdapClient [] []
org.springframework.aot.hint.predicate.ReflectionHintsPredicates$MethodHintPredicate$lambda_exactMatch_0__61 [] []
org.springframework.core.NamedInheritableThreadLocal [] []
org.springframework.aot.hint.annotation.SimpleReflectiveProcessor [] []
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer$PlaceholderResolvingStringValueResolver [] []
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$lambda_buildLifecycleMetadata_1__157 [] []
org.springframework.ldap.core.LdapRdnComponent$ImmutableLdapRdnComponent [] []
org.springframework.util.xml.StaxEventHandler [] []
org.springframework.beans.factory.aot.BeanDefinitionPropertyValueCodeGenerator$PrimitiveDelegate [] []

Directories in report

Directory