Java org.springframework.beans.propertyeditors StringArrayPropertyEditor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.propertyeditors StringArrayPropertyEditor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.propertyeditors StringArrayPropertyEditor.

The text is from its open source code.

Constructor

StringArrayPropertyEditor()
Create a new StringArrayPropertyEditor with the default separator (a comma).
StringArrayPropertyEditor(String separator)
Create a new StringArrayPropertyEditor with the given separator.

Method

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