public class DateClassReplacement extends Object implements MethodReplacementClass
CONSUME_INSTANCE_METHOD_NAME| Constructor and Description |
|---|
DateClassReplacement() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
after(Date caller,
Date when,
String idTemplate)
Tests if this date is after the specified date.
|
static boolean |
before(Date caller,
Date when,
String idTemplate)
Tests if this date is before the specified date.
|
static boolean |
equals(Date caller,
Object anObject,
String idTemplate)
Compares two dates for equality.
|
Class<?> |
getTargetClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetClass, getTargetClassName, isAvailablepublic Class<?> getTargetClass()
getTargetClass in interface MethodReplacementClasspublic static boolean equals(Date caller, Object anObject, String idTemplate)
caller - anObject - idTemplate - public static boolean before(Date caller, Date when, String idTemplate)
caller - when - idTemplate - Copyright © 2016–2024. All rights reserved.