Java org.springframework.core.type.classreading CachingMetadataReaderFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.type.classreading CachingMetadataReaderFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.type.classreading CachingMetadataReaderFactory.

The text is from its open source code.

Constructor

CachingMetadataReaderFactory()
Create a new CachingMetadataReaderFactory for the default class loader, using a local resource cache.
CachingMetadataReaderFactory(@Nullable ClassLoader classLoader)
Create a new CachingMetadataReaderFactory for the given ClassLoader , using a local resource cache.
CachingMetadataReaderFactory(@Nullable ResourceLoader resourceLoader)
Create a new CachingMetadataReaderFactory for the given ResourceLoader , using a shared resource cache if supported or a local resource cache otherwise.

Method