Java org.springframework.beans.factory.config PropertyPlaceholderConfigurer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.config PropertyPlaceholderConfigurer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.config PropertyPlaceholderConfigurer.

The text is from its open source code.

Subclass

org.springframework.beans.factory.config.PropertyPlaceholderConfigurer has subclasses.
Click this link to see all its subclasses.

Field

intSYSTEM_PROPERTIES_MODE_NEVER
Never check system properties.
intSYSTEM_PROPERTIES_MODE_FALLBACK
Check system properties if not resolvable in the specified properties.
intSYSTEM_PROPERTIES_MODE_OVERRIDE
Check system properties first, before trying the specified properties.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
voidpostProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
#mergeProperties Merge , #convertProperties convert and #processProperties process properties against the given bean factory.
voidsetIgnoreResourceNotFound(boolean ignoreResourceNotFound)
Set if failure to find the property resource should be ignored.
voidsetIgnoreUnresolvablePlaceholders(boolean ignoreUnresolvablePlaceholders)
Set whether to ignore unresolvable placeholders.
voidsetLocalOverride(boolean localOverride)
Set whether local properties override properties from files.
voidsetLocation(Resource location)
Set a location of a properties file to be loaded.
voidsetLocations(Resource... locations)
Set locations of properties files to be loaded.
voidsetProperties(Properties properties)
Set local properties, e.g.
voidsetPropertiesPersister(@Nullable PropertiesPersister propertiesPersister)
Set the PropertiesPersister to use for parsing properties files.
voidsetSearchSystemEnvironment(boolean searchSystemEnvironment)
Set whether to search for a matching system environment variable if no matching system property has been found.
voidsetSystemPropertiesMode(int systemPropertiesMode)
Set how to check system properties: as fallback, as override, or never.
voidsetSystemPropertiesModeName(String constantName)
Set the system property mode by the name of the corresponding constant, e.g.