Package | Description |
---|---|
org.springframework.beans.propertyeditors |
Properties editors used to convert from String values to object
types such as java.util.Properties.
|
Constructor and Description |
---|
FileEditor(ResourceEditor resourceEditor)
Create a new FileEditor,
using the given ResourceEditor underneath.
|
InputSourceEditor(ResourceEditor resourceEditor)
Create a new InputSourceEditor,
using the given ResourceEditor underneath.
|
InputStreamEditor(ResourceEditor resourceEditor)
Create a new InputStreamEditor,
using the given ResourceEditor underneath.
|
URLEditor(ResourceEditor resourceEditor)
Create a new URLEditor, using the given ResourceEditor underneath.
|
Copyright © 2015. All rights reserved.