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