15161718192021
public Timestamp unwrapValue(SysTime beanType) { return new Timestamp(beanType.getMillis()); } public SysTime wrapValue(Timestamp scalarType) { return new SysTime(scalarType.getTime()); }