Uses of Interface
org.springframework.core.io.support.PropertySourceFactory
Packages that use PropertySourceFactory
Package
Description
Support classes for Spring's resource abstraction.
-
Uses of PropertySourceFactory in org.springframework.core.io.support
Classes in org.springframework.core.io.support that implement PropertySourceFactoryModifier and TypeClassDescriptionclassThe default implementation forPropertySourceFactory, wrapping every resource in aResourcePropertySource.Methods in org.springframework.core.io.support that return types with arguments of type PropertySourceFactoryModifier and TypeMethodDescription@Nullable Class<? extends PropertySourceFactory> PropertySourceDescriptor.propertySourceFactory()Returns the value of thepropertySourceFactoryrecord component.Constructor parameters in org.springframework.core.io.support with type arguments of type PropertySourceFactoryModifierConstructorDescriptionPropertySourceDescriptor(List<String> locations, boolean ignoreResourceNotFound, @Nullable String name, @Nullable Class<? extends PropertySourceFactory> propertySourceFactory, @Nullable String encoding) Creates an instance of aPropertySourceDescriptorrecord class.