Package org.cyclos.impl.utils.conversion
Class TimeZoneVOConverter
- java.lang.Object
-
- org.cyclos.impl.utils.conversion.AbstractBeanConverter<T>
-
- org.cyclos.impl.utils.conversion.ObjectConverter<TimeZoneVO>
-
- org.cyclos.impl.utils.conversion.TimeZoneVOConverter
-
- All Implemented Interfaces:
BeanConverter<TimeZoneVO>
@Component public class TimeZoneVOConverter extends ObjectConverter<TimeZoneVO>
Converter used for time zones by creating a new TimeZoneVO and set id and offset
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.utils.conversion.AbstractBeanConverter
beanHandler, configurationHandler, conversionHandler, entityManagerHandler, profileFieldHandler
-
-
Constructor Summary
Constructors Constructor Description TimeZoneVOConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfill(Object source, TimeZoneVO timezone, Object[] excludingProperties, InvocationContext.ConversionContext context)Copy properties from the source to the destination object-
Methods inherited from class org.cyclos.impl.utils.conversion.ObjectConverter
convert, getSessionData, instantiate, registerMapping, resolveDestinationType
-
Methods inherited from class org.cyclos.impl.utils.conversion.AbstractBeanConverter
canBeUsedAsSourceForFilling, getApplicationContext, getBeanType, getFormatter
-
-
-
-
Method Detail
-
fill
protected void fill(Object source, TimeZoneVO timezone, Object[] excludingProperties, InvocationContext.ConversionContext context)
Description copied from class:ObjectConverterCopy properties from the source to the destination object- Overrides:
fillin classObjectConverter<TimeZoneVO>
-
-