Package org.springframework.boot.bind
Class InetAddressEditor
- java.lang.Object
- java.beans.PropertyEditorSupport
- org.springframework.boot.bind.InetAddressEditor
- All Implemented Interfaces:
PropertyEditor
public class InetAddressEditor extends PropertyEditorSupport
PropertyEditor
forInetAddress
objects.
Constructor Summary
Constructors Constructor Description InetAddressEditor()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAsText()
void
setAsText(String text)
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
Constructor Detail
InetAddressEditor
public InetAddressEditor()
Method Detail
getAsText
public String getAsText()
- Specified by:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Throws:
IllegalArgumentException