public class LocalDateTimeClassReplacement extends Object implements MethodReplacementClass
CONSUME_INSTANCE_METHOD_NAME| Constructor and Description |
|---|
LocalDateTimeClassReplacement() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(LocalDateTime caller,
Object anObject,
String idTemplate) |
Class<?> |
getTargetClass() |
static boolean |
isAfter(LocalDateTime caller,
ChronoLocalDateTime<?> other,
String idTemplate) |
static boolean |
isBefore(LocalDateTime caller,
ChronoLocalDateTime<?> other,
String idTemplate) |
static boolean |
isEqual(LocalDateTime caller,
ChronoLocalDateTime<?> other,
String idTemplate) |
static LocalDateTime |
parse(CharSequence text,
String idTemplate)
Obtains an instance of LocalDateTime from a text string such as 2007-12-03T10:15:30.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetClass, getTargetClassName, isAvailablepublic Class<?> getTargetClass()
getTargetClass in interface MethodReplacementClasspublic static LocalDateTime parse(CharSequence text, String idTemplate)
text - idTemplate - public static boolean equals(LocalDateTime caller, Object anObject, String idTemplate)
public static boolean isBefore(LocalDateTime caller, ChronoLocalDateTime<?> other, String idTemplate)
public static boolean isAfter(LocalDateTime caller, ChronoLocalDateTime<?> other, String idTemplate)
public static boolean isEqual(LocalDateTime caller, ChronoLocalDateTime<?> other, String idTemplate)
Copyright © 2016–2024. All rights reserved.