public class VmPipeAddressEditor
extends java.beans.PropertyEditorSupport
PropertyEditor
which converts Strings into
VmPipeAddress
objects. Valid values specify an integer port number
optionally prefixed with a ':'. E.g.: :80
, 22
.
Use Spring's CustomEditorConfigurer to use this property editor in a Spring configuration file. See chapter 3.14 of the Spring Reference Documentation for more info.
VmPipeAddress
构造器和说明 |
---|
VmPipeAddressEditor() |
限定符和类型 | 方法和说明 |
---|---|
void |
setAsText(java.lang.String text) |