public class UUIDStringBinding extends AbstractStringBinding<UUID> implements Binding<UUID,String>
Constructor and Description |
---|
UUIDStringBinding() |
Modifier and Type | Method and Description |
---|---|
Class<UUID> |
getBoundClass()
Obtain the bound class
|
UUID |
unmarshal(String object)
Converts from the given String into the specified object
|
getTargetClass, marshal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTargetClass, marshal
getTargetClass
public UUIDStringBinding()
public UUID unmarshal(String object)
unmarshal
in interface FromUnmarshaller<UUID,String>
unmarshal
in class AbstractStringBinding<UUID>
object
- Object to transform, not nullpublic Class<UUID> getBoundClass()
getBoundClass
in interface FromUnmarshaller<UUID,String>
getBoundClass
in interface ToMarshaller<UUID,String>
Copyright © 2010–2018 Jadira Systems. All rights reserved.