Package org.mockserver.time
Class TimeService
- java.lang.Object
-
- org.mockserver.time.TimeService
-
public class TimeService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static InstantFIXED_INSTANT_FOR_TESTSstatic booleanfixedTime
-
Constructor Summary
Constructors Constructor Description TimeService()
-
-
-
Field Detail
-
FIXED_INSTANT_FOR_TESTS
public static final Instant FIXED_INSTANT_FOR_TESTS
-
fixedTime
public static boolean fixedTime
-
-
Method Detail
-
now
public static Instant now()
-
offsetNow
public static OffsetDateTime offsetNow()
-
-