public class ReadOnlyToStringConverter<T> extends org.jdesktop.beansbinding.Converter<T,String>
toString
during convertForward
. This
allows convertForward
to generically support many types without an explicit
Converter, so long as they never try to convertReverse
.
In the event this Converter is used to convertReverse
, throws
UnsupportedOperationException
.
Constructor and Description |
---|
ReadOnlyToStringConverter() |
Copyright © 2015. All Rights Reserved.