java.lang.Object
org.jhotdraw8.xml.converter.UriXmlConverter
XmlUriConverter.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable URIfromString(CharBuffer in, @Nullable IdResolver idResolver) @Nullable URIvoidtoString(Appendable out, @Nullable IdSupplier idSupplier, @Nullable URI value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.base.converter.Converter
fromString, fromString, fromString, fromStringNonNull, fromStringNonNull, fromStringNonNull, fromStringNonNull, getHelpText, needsIdResolver, toString, toString, toString
-
Constructor Details
-
UriXmlConverter
public UriXmlConverter()
-
-
Method Details
-
toString
public void toString(Appendable out, @Nullable IdSupplier idSupplier, @Nullable URI value) throws IOException - Specified by:
toStringin interfaceConverter<URI>- Throws:
IOException
-
fromString
public @Nullable URI fromString(CharBuffer in, @Nullable IdResolver idResolver) throws ParseException - Specified by:
fromStringin interfaceConverter<URI>- Throws:
ParseException
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceConverter<URI>
-