public static class UUIDTypeDescriptor.ToBytesTransformer extends java.lang.Object implements UUIDTypeDescriptor.ValueTransformer
Modifier and Type | Field and Description |
---|---|
static UUIDTypeDescriptor.ToBytesTransformer |
INSTANCE |
Constructor and Description |
---|
ToBytesTransformer() |
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
parse(java.lang.Object value) |
byte[] |
transform(java.util.UUID uuid) |
public static final UUIDTypeDescriptor.ToBytesTransformer INSTANCE
public byte[] transform(java.util.UUID uuid)
transform
in interface UUIDTypeDescriptor.ValueTransformer
public java.util.UUID parse(java.lang.Object value)
parse
in interface UUIDTypeDescriptor.ValueTransformer
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.