类 ReaderEditor

  • 所有已实现的接口:
    PropertyEditor

    public class ReaderEditor
    extends PropertyEditorSupport
    One-way PropertyEditor which can convert from a text String to a java.io.Reader, interpreting the given String as a Spring resource location (e.g. a URL String).

    Supports Spring-style URL notation: any fully qualified standard URL ("file:", "http:", etc.) and Spring's special "classpath:" pseudo-URL.

    Note that such readers usually do not get closed by Spring itself!

    从以下版本开始:
    4.2
    作者:
    Juergen Hoeller
    另请参阅:
    Reader, ResourceEditor, ResourceLoader, InputStreamEditor