java.lang.Object
org.jhotdraw8.xml.converter.UuidXmlConverter
Converts a
javafx.geometry.Point2D into a String and vice
versa.- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(@NonNull CharBuffer in, @Nullable IdResolver idResolver) voidtoString(@NonNull Appendable buf, @Nullable IdSupplier idSupplier, UUID 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, getHelpText, needsIdResolver, toString, toString, toString
-
Constructor Details
-
UuidXmlConverter
public UuidXmlConverter()Creates a new instance.
-
-
Method Details
-
toString
public void toString(@NonNull Appendable buf, @Nullable IdSupplier idSupplier, UUID value) throws IOException - Specified by:
toStringin interfaceConverter<UUID>- Throws:
IOException
-
fromString
public @Nullable UUID fromString(@NonNull CharBuffer in, @Nullable IdResolver idResolver) throws ParseException - Specified by:
fromStringin interfaceConverter<UUID>- Throws:
ParseException
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceConverter<UUID>
-