spring-framework / org.springframework.beans.support / ResourceEditorRegistrar / <init>

<init>

ResourceEditorRegistrar(resourceLoader: ResourceLoader, propertyResolver: PropertyResolver)

Create a new ResourceEditorRegistrar for the given ResourceLoader and PropertyResolver.

Parameters

resourceLoader - the ResourceLoader (or ResourcePatternResolver) to create editors for (usually an ApplicationContext)

propertyResolver - the PropertyResolver (usually an Environment)

See Also
org.springframework.core.env.Environmentorg.springframework.core.io.support.ResourcePatternResolverorg.springframework.context.ApplicationContext