Class CalendarToDate
java.lang.Object
org.nuxeo.ecm.automation.core.impl.adapters.CalendarToDate
- All Implemented Interfaces:
 TypeAdapter
- Author:
 - Bogdan Stefanescu
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetAdaptedValue(OperationContext ctx, Object objectToAdapt) Adapt the given object to an instance of the given target type. 
- 
Constructor Details
- 
CalendarToDate
public CalendarToDate() 
 - 
 - 
Method Details
- 
getAdaptedValue
Description copied from interface:TypeAdapterAdapt the given object to an instance of the given target type. The input object cannot be null. Throws an exception if the object cannot be adapted.- Specified by:
 getAdaptedValuein interfaceTypeAdapter- Throws:
 TypeAdaptException- when the object cannot be adapted
 
 -