Package

org.springframework.scala.beans

propertyeditors

Permalink

package propertyeditors

Visibility
  1. Public
  2. All

Type Members

  1. class RegexEditor extends PropertyEditorSupport

    Permalink

    Editor for scala.util.matching.Regex, to directly populate a Regex property.

    Editor for scala.util.matching.Regex, to directly populate a Regex property. Expects the same syntax as the Regex constructor, or java.util.regex.Pattern.compile.

  2. class ScalaCollectionEditor[T, U] extends PropertyEditorSupport

    Permalink

    Property editor for Scala collections, converting any source collection to a given target collection type.

    Property editor for Scala collections, converting any source collection to a given target collection type.

    T

    the type of elements in the collection

  3. class ScalaEditorRegistrar extends PropertyEditorRegistrar

    Permalink

    Property editor registrar for Scala property editors.

Ungrouped