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

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

Introduction

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

The text is from its open source code.

Constructor

ResourceEditor()
Create a new instance of the ResourceEditor class using a DefaultResourceLoader and StandardEnvironment .
ResourceEditor(ResourceLoader resourceLoader, @Nullable PropertyResolver propertyResolver)
Create a new instance of the ResourceEditor class using the given ResourceLoader and PropertyResolver .

Method

ObjectgetValue()
Gets the value of the property.
voidsetAsText(String text)