(专用程序包) final class
Converts an array to another array.
(专用程序包) final class
Converts an array to a Collection.
(专用程序包) final class
Converts an array to an Object by returning the first array element
after converting it to the desired target type.
(专用程序包) final class
Converts an array to a comma-delimited String.
(专用程序包) final class
Converts a
ByteBuffer directly to and from
byte[] ByteBuffer directly to and from
byte[]s and indirectly
to any type that the
ConversionService support via
byte[].
(专用程序包) final class
Converts a Collection to an array.
(专用程序包) final class
Converts from a Collection to another Collection.
(专用程序包) final class
Converts a Collection to an Object by returning the first collection element after converting it to the desired targetType.
(专用程序包) final class
Converts a Collection to a comma-delimited String.
(专用程序包) final class
private final class
private final class
(专用程序包) final class
Converts an entity identifier to a entity reference by calling a static finder method
on the target entity type.
(专用程序包) final class
Converts a Map to another Map.
(专用程序包) final class
Converts an Object to a single-element array containing the Object.
(专用程序包) final class
Converts an Object to a single-element Collection containing the Object.
(专用程序包) final class
Generic converter that uses conventions to convert a source object to a
targetType by delegating to a method on the source object or to
a static factory method or constructor on the targetType.
(专用程序包) final class
Convert an Object to java.util.Optional<T> if necessary using the
ConversionService to convert the source Object to the generic type
of Optional when known.
(专用程序包) class
Converts a
Stream to and from a collection or array, converting the
element type if necessary.
(专用程序包) final class
Converts a comma-delimited String to an Array.
(专用程序包) final class
Converts a comma-delimited String to a Collection.