| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| ByteArrayPropertyEditor | Editor for byte arrays. | 
| CharacterEditor | Editor for a Character, to populate a property
 of typeCharacterorcharfrom a String value. | 
| CharArrayPropertyEditor | Editor for char arrays. | 
| CharsetEditor | Editor for Charset, to directly populate a Charset property. | 
| ClassArrayEditor | Property editor for an array of Classes, to enable
 the direct population of aClass[]property without having to
 use aStringclass name property as bridge. | 
| ClassEditor | Property editor for java.lang.Class, to enable the direct
 population of aClassproperty without recourse to having to use a
 String class name property as bridge. | 
| CustomBooleanEditor | Property editor for Boolean/boolean properties. | 
| CustomCollectionEditor | Property editor for Collections, converting any source Collection to a given target Collection type. | 
| CustomDateEditor | Property editor for java.util.Date,
 supporting a customjava.text.DateFormat. | 
| CustomMapEditor | Property editor for Maps, converting any source Map to a given target Map type. | 
| CustomNumberEditor | Property editor for any Number subclass such as Short, Integer, Long, BigInteger, Float, Double, BigDecimal. | 
| FileEditor | Editor for java.io.File, to directly populate a File property
 from a Spring resource location. | 
| InputStreamEditor | One-way PropertyEditor, which can convert from a text string to a java.io.InputStream, allowing InputStream properties
 to be set directly as a text string. | 
| LocaleEditor | Editor for java.util.Locale, to directly populate a Locale property. | 
| PatternEditor | Editor for java.util.regex.Pattern, to directly populate a Pattern property. | 
| PropertiesEditor | Custom PropertyEditorforPropertiesobjects. | 
| ResourceBundleEditor | PropertyEditorimplementation forResourceBundles. | 
| StringArrayPropertyEditor | Custom PropertyEditorfor String arrays. | 
| StringTrimmerEditor | Property editor that trims Strings. | 
| URIEditor | Editor for java.net.URI, to directly populate a URI property
 instead of using a String property as bridge. | 
| URLEditor | Editor for java.net.URL, to directly populate a URL property
 instead of using a String property as bridge. | 
Properties editors used to convert from String values to object types such as java.util.Properties.
Some of these editors are registered automatically by BeanWrapperImpl. "CustomXxxEditor" classes are intended for manual registration in specific binding processes, as they are localized or the like.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||