ConcurrentReferenceCachingMetadataReaderFactory

constructor()

Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the default class loader.


constructor(resourceLoader: ResourceLoader)

Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given resource loader.

Parameters

resourceLoader

the Spring ResourceLoader to use (also determines theClassLoader to use)


constructor(classLoader: ClassLoader)

Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given class loader.

Parameters

classLoader

the ClassLoader to use