- java.lang.Object
-
- org.hibernate.validator.internal.engine.DefaultClockProvider
-
- All Implemented Interfaces:
- javax.validation.ClockProvider
public class DefaultClockProvider
extends java.lang.Object
implements javax.validation.ClockProvider
A default ClockProvider
implementation which returns the current system time in the default time zone using
Clock.systemDefaultZone()
.
- Author:
- Guillaume Smet
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved