Package org.mongojack.internal

Examples of org.mongojack.internal.CalendarDeserializer


    public void setUp() {
        when(deserializationContext.constructCalendar(date)).thenReturn(calendar);
        when(deserializationContext.mappingException(Calendar.class)).thenReturn(jsonMappingException);
        when(deserializationContext.constructCalendar(new Date(TIME_AS_LONG))).thenReturn(calendar);

        deserializer = new CalendarDeserializer();
    }
View Full Code Here

TOP

Related Classes of org.mongojack.internal.CalendarDeserializer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.