Java org.springframework.core.io.support SpringFactoriesLoader fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.io.support SpringFactoriesLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.io.support SpringFactoriesLoader.

The text is from its open source code.

Field

StringFACTORIES_RESOURCE_LOCATION
The location to look for factories.

Method

ListloadFactories(Class factoryType, @Nullable ClassLoader classLoader)
Load and instantiate the factory implementations of the given type from #FACTORIES_RESOURCE_LOCATION , using the given class loader.
ListloadFactoryNames(Class factoryType, @Nullable ClassLoader classLoader)
Load the fully qualified class names of factory implementations of the given type from #FACTORIES_RESOURCE_LOCATION , using the given class loader.