Class DateDelegate
java.lang.Object
org.jboss.resteasy.plugins.delegates.DateDelegate
- All Implemented Interfaces:
RuntimeDelegate.HeaderDelegate<Date>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DateDelegate
public DateDelegate()
-
-
Method Details
-
fromString
Description copied from interface:RuntimeDelegate.HeaderDelegateParse the supplied value and create an instance ofT.- Specified by:
fromStringin interfaceRuntimeDelegate.HeaderDelegate<Date>- Parameters:
value- the string value.- Returns:
- the newly created instance of
T.
-
toString
Description copied from interface:RuntimeDelegate.HeaderDelegateConvert the supplied value to a String.- Specified by:
toStringin interfaceRuntimeDelegate.HeaderDelegate<Date>- Parameters:
value- the value of typeT.- Returns:
- a String representation of the value.
-