| Modifier and Type | Method and Description |
|---|---|
static boolean |
DateClassReplacement.after(Date caller,
Date when,
String idTemplate)
Tests if this date is after the specified date.
|
static boolean |
DateClassReplacement.before(Date caller,
Date when,
String idTemplate)
Tests if this date is before the specified date.
|
static void |
SocketClassReplacement.connect(Socket caller,
SocketAddress endpoint) |
static void |
SocketClassReplacement.connect(Socket caller,
SocketAddress endpoint,
int timeout) |
static boolean |
CollectionClassReplacement.contains(Collection c,
Object o,
String idTemplate) |
static boolean |
StringClassReplacement.contains(String caller,
CharSequence s,
String idTemplate) |
static boolean |
CollectionClassReplacement.containsAll(Collection caller,
Collection other,
String idTemplate) |
static boolean |
MapClassReplacement.containsKey(Map c,
Object o,
String idTemplate) |
static boolean |
MapClassReplacement.containsValue(Map c,
Object o,
String idTemplate) |
static boolean |
StringClassReplacement.contentEquals(String caller,
CharSequence cs,
String idTemplate) |
static boolean |
StringClassReplacement.contentEquals(String caller,
StringBuffer sb,
String idTemplate) |
static URI |
URIClassReplacement.create(String s,
String idTemplate) |
static byte[] |
Base64DecoderClassReplacement.decode(Base64.Decoder caller,
String src,
String idTemplate) |
static boolean |
StringClassReplacement.endsWith(String caller,
String suffix,
String idTemplate) |
static boolean |
ByteClassReplacement.equals(Byte caller,
Object anObject,
String idTemplate) |
static boolean |
CharacterClassReplacement.equals(Character caller,
Object anObject,
String idTemplate) |
static boolean |
DateClassReplacement.equals(Date caller,
Object anObject,
String idTemplate)
Compares two dates for equality.
|
static boolean |
DoubleClassReplacement.equals(Double caller,
Object anObject,
String idTemplate) |
static boolean |
FloatClassReplacement.equals(Float caller,
Object anObject,
String idTemplate) |
static boolean |
IntegerClassReplacement.equals(Integer caller,
Object anObject,
String idTemplate) |
static boolean |
LocalDateClassReplacement.equals(LocalDate caller,
Object anObject,
String idTemplate) |
static boolean |
LocalDateTimeClassReplacement.equals(LocalDateTime caller,
Object anObject,
String idTemplate) |
static boolean |
LocalTimeClassReplacement.equals(LocalTime caller,
Object anObject,
String idTemplate) |
static boolean |
LongClassReplacement.equals(Long caller,
Object anObject,
String idTemplate) |
static boolean |
ObjectClassReplacement.equals(Object left,
Object right,
String idTemplate) |
static boolean |
ObjectsClassReplacement.equals(Object left,
Object right,
String idTemplate) |
static boolean |
ShortClassReplacement.equals(Short caller,
Object anObject,
String idTemplate) |
static boolean |
StringClassReplacement.equals(String caller,
Object anObject,
String idTemplate) |
static boolean |
StringClassReplacement.equalsIgnoreCase(String caller,
String anotherString,
String idTemplate) |
static boolean |
PreparedStatementClassReplacement.execute(PreparedStatement stmt) |
static boolean |
StatementClassReplacement.execute(Statement caller,
String sql) |
static boolean |
StatementClassReplacement.execute(Statement caller,
String sql,
int autoGeneratedKeys) |
static boolean |
StatementClassReplacement.execute(Statement caller,
String sql,
int[] columnIndexes) |
static boolean |
StatementClassReplacement.execute(Statement caller,
String sql,
String[] columnNames) |
static long |
StatementClassReplacement.executeLargeUpdate(Statement caller,
String sql) |
static long |
StatementClassReplacement.executeLargeUpdate(Statement caller,
String sql,
int autoGeneratedKeys) |
static long |
StatementClassReplacement.executeLargeUpdate(Statement caller,
String sql,
int[] columnIndexes) |
static long |
StatementClassReplacement.executeLargeUpdate(Statement caller,
String sql,
String[] columnNames) |
static ResultSet |
PreparedStatementClassReplacement.executeQuery(PreparedStatement stmt) |
static ResultSet |
StatementClassReplacement.executeQuery(Statement caller,
String sql) |
static int |
PreparedStatementClassReplacement.executeUpdate(PreparedStatement stmt) |
static int |
StatementClassReplacement.executeUpdate(Statement caller,
String sql) |
static int |
StatementClassReplacement.executeUpdate(Statement caller,
String sql,
int autoGeneratedKeys) |
static int |
StatementClassReplacement.executeUpdate(Statement caller,
String sql,
int[] columnIndexes) |
static int |
StatementClassReplacement.executeUpdate(Statement caller,
String sql,
String[] columnNames) |
static boolean |
MatcherClassReplacement.find(Matcher caller,
String idTemplate) |
static UUID |
UUIDClassReplacement.fromString(String name,
String idTemplate) |
static Object |
MapClassReplacement.get(Map map,
Object key,
String idTemplate) |
static InetAddress[] |
InetAddressClassReplacement.getAllByName(String host) |
static InetAddress |
InetAddressClassReplacement.getByName(String host) |
static Object |
MapClassReplacement.getOrDefault(Map map,
Object key,
Object defaultValue,
String idTemplate) |
static void |
InetSocketAddressClassReplacement.InetSocketAddress(String hostname,
int port) |
static Object |
MethodClassReplacement.invoke(Method caller,
Object obj,
Object... args) |
static boolean |
LocalDateClassReplacement.isAfter(LocalDate caller,
ChronoLocalDate when,
String idTemplate) |
static boolean |
LocalDateTimeClassReplacement.isAfter(LocalDateTime caller,
ChronoLocalDateTime<?> other,
String idTemplate) |
static boolean |
LocalTimeClassReplacement.isAfter(LocalTime caller,
LocalTime when,
String idTemplate) |
static boolean |
LocalDateClassReplacement.isBefore(LocalDate caller,
ChronoLocalDate when,
String idTemplate) |
static boolean |
LocalDateTimeClassReplacement.isBefore(LocalDateTime caller,
ChronoLocalDateTime<?> other,
String idTemplate) |
static boolean |
LocalTimeClassReplacement.isBefore(LocalTime caller,
LocalTime when,
String idTemplate) |
static boolean |
CollectionClassReplacement.isEmpty(Collection caller,
String idTemplate)
This function is called only when the caller is non-null.
|
static boolean |
MapClassReplacement.isEmpty(Map caller,
String idTemplate) |
static boolean |
StringClassReplacement.isEmpty(String caller,
String idTemplate) |
static boolean |
LocalDateClassReplacement.isEqual(LocalDate caller,
ChronoLocalDate other,
String idTemplate) |
static boolean |
LocalDateTimeClassReplacement.isEqual(LocalDateTime caller,
ChronoLocalDateTime<?> other,
String idTemplate) |
static boolean |
MatcherClassReplacement.matches(Matcher caller,
String idTemplate)
Matcher.matches() is not pure (updates last matching info)
|
static boolean |
PatternClassReplacement.matches(String regex,
CharSequence input,
String idTemplate) |
static boolean |
StringClassReplacement.matches(String caller,
String regex,
String idTemplate) |
static URLConnection |
URLClassReplacement.openConnection(URL caller) |
static URLConnection |
URLClassReplacement.openConnection(URL caller,
Proxy proxy) |
static LocalDate |
LocalDateClassReplacement.parse(CharSequence input,
String idTemplate) |
static LocalDateTime |
LocalDateTimeClassReplacement.parse(CharSequence text,
String idTemplate)
Obtains an instance of LocalDateTime from a text string such as 2007-12-03T10:15:30.
|
static LocalTime |
LocalTimeClassReplacement.parse(CharSequence input,
String idTemplate)
Parses a time without an offset, such as '10:15' or '10:15:30'.
|
static Date |
DateFormatClassReplacement.parse(DateFormat caller,
String input,
String idTemplate) |
static boolean |
BooleanClassReplacement.parseBoolean(String input,
String idTemplate)
The heuristic value is H_REACHED_BUT_NULL if the input string is null.
|
static byte |
ByteClassReplacement.parseByte(String input,
String idTemplate) |
static double |
DoubleClassReplacement.parseDouble(String input,
String idTemplate) |
static float |
FloatClassReplacement.parseFloat(String input,
String idTemplate) |
static int |
IntegerClassReplacement.parseInt(String input,
String idTemplate) |
static long |
LongClassReplacement.parseLong(String input,
String idTemplate) |
static short |
ShortClassReplacement.parseShort(String input,
String idTemplate) |
static boolean |
CollectionClassReplacement.remove(Collection caller,
Object obj,
String idTemplate) |
static boolean |
MapClassReplacement.remove(Map map,
Object key,
Object value,
String idTemplate) |
static boolean |
CollectionClassReplacement.removeAll(Collection caller,
Collection other,
String idTemplate) |
static boolean |
MapClassReplacement.replace(Map map,
Object key,
Object oldValue,
Object newValue,
String idTemplate) |
static URI |
URIClassReplacement.resolve(URI caller,
String s,
String idTemplate) |
static void |
ThreadMethodReplacement.sleep(long millis) |
static void |
ThreadMethodReplacement.sleep(long millis,
int nanos) |
static boolean |
StringClassReplacement.startsWith(String caller,
String prefix,
int toffset,
String idTemplate) |
static boolean |
StringClassReplacement.startsWith(String caller,
String prefix,
String idTemplate) |
static void |
URIClassReplacement.URI(String s,
String idTemplate) |
static void |
URLClassReplacement.URL(String s,
String idTemplate) |
static void |
URLClassReplacement.URL(URL context,
String s,
String idTemplate) |
static void |
URLClassReplacement.URL(URL context,
String s,
URLStreamHandler handler,
String idTemplate) |
static <T extends Enum<T>> |
EnumClassReplacement.valueOf(Class<T> enumType,
String name) |
static Boolean |
BooleanClassReplacement.valueOf(String input,
String idTemplate) |
static Byte |
ByteClassReplacement.valueOf(String input,
String idTemplate) |
static Double |
DoubleClassReplacement.valueOf(String input,
String idTemplate) |
static Float |
FloatClassReplacement.valueOf(String input,
String idTemplate) |
static Integer |
IntegerClassReplacement.valueOf(String input,
String idTemplate) |
static Long |
LongClassReplacement.valueOf(String input,
String idTemplate) |
static Short |
ShortClassReplacement.valueOf(String input,
String idTemplate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OkHttpClient3BuilderClassReplacement.Builder() |
static <T> T |
JacksonObjectMapperClassReplacement.convertValue(Object caller,
Object fromValue,
Class<T> toValueType) |
static Object |
MongoCollectionClassReplacement.find(Object mongoCollection) |
static <TResult> Object |
MongoCollectionClassReplacement.find(Object mongoCollection,
Class<TResult> resultClass) |
static Object |
MongoCollectionClassReplacement.find(Object mongoCollection,
Object bson) |
static <TResult> Object |
MongoCollectionClassReplacement.find(Object mongoCollection,
Object bson,
Class<TResult> resultClass) |
static Object |
MongoCollectionClassReplacement.find(Object mongoCollection,
Object clientSession,
Object bson) |
static <TResult> Object |
MongoCollectionClassReplacement.find(Object mongoCollection,
Object clientSession,
Object bson,
Class<TResult> resultClass) |
static Object |
GsonClassReplacement.fromJson(Object caller,
String json,
Class<?> classOfT) |
static String |
HttpServletRequestClassReplacement.getHeader(Object caller,
String header) |
static String |
WebRequestClassReplacement.getHeader(Object caller,
String header) |
static Enumeration<String> |
HttpServletRequestClassReplacement.getHeaders(Object caller,
String header) |
static String[] |
WebRequestClassReplacement.getHeaderValues(Object caller,
String header) |
static Object |
HttpServletRequestClassReplacement.getInputStream(Object caller) |
static Object |
ServletRequestClassReplacement.getInputStream(Object caller) |
static int |
AbstractEndpointClassReplacement.getMaxKeepAliveRequests(Object caller) |
static String |
HttpServletRequestClassReplacement.getParameter(Object caller,
String param) |
static String |
WebRequestClassReplacement.getParameter(Object caller,
String param) |
static String[] |
HttpServletRequestClassReplacement.getParameterValues(Object caller,
String param) |
static String[] |
WebRequestClassReplacement.getParameterValues(Object caller,
String param) |
static Object |
OkHttpClient3BuilderClassReplacement.hostnameVerifier(Object caller,
Object hostnameVerifier) |
static Object |
CursorPreparerClassReplacement.initiateFind(Object preparer,
Object mongoCollection,
Function<Object,Object> find) |
static void |
MappingMongoEntityInformationClassReplacement.MappingMongoEntityInformation(Object entity) |
static void |
MappingMongoEntityInformationClassReplacement.MappingMongoEntityInformation(Object entity,
Class<?> fallbackIdType) |
static void |
MappingMongoEntityInformationClassReplacement.MappingMongoEntityInformation(Object entity,
String customCollectionName) |
static Object |
OkHttpClient3ClassReplacement.newCall(Object caller,
Object request) |
static Object |
OkHttpClientClassReplacement.newCall(Object caller,
Object request) |
static void |
ObjectIdClassReplacement.ObjectId(String hexString) |
static void |
OkHttpClient3ClassReplacement.OkHttpClient() |
static void |
OkHttpClientClassReplacement.OkHttpClient() |
static HttpURLConnection |
OkUrlFactoryClassReplacement.open(Object caller,
URL url) |
static HttpURLConnection |
OkUrlFactoryClassReplacement.open(Object caller,
URL url,
Proxy proxy) |
static Object |
DocumentClassReplacement.parse(String json) |
static Object |
MessageBodyReaderClassReplacement.readFrom(Object caller,
Class<Object> type,
Type genericType,
Annotation[] annotations,
Object mediaType,
Object httpHeaders,
InputStream entityStream) |
static Object |
ProviderBaseClassReplacement.readFrom(Object caller,
Class<Object> type,
Type genericType,
Annotation[] annotations,
Object mediaType,
Object httpHeaders,
InputStream entityStream) |
static <T> T |
JacksonObjectMapperClassReplacement.readValue_EM_0(Object caller,
String content,
Object valueType) |
static <T> T |
JacksonObjectMapperClassReplacement.readValue_EM_1(Object caller,
String content,
Object valueTypeRef) |
static <T> T |
JacksonObjectMapperClassReplacement.readValue(Object caller,
InputStream src,
Class<T> valueType) |
static <T> T |
JacksonObjectMapperClassReplacement.readValue(Object caller,
InputStream src,
Object valueType) |
static <T> T |
JacksonObjectMapperClassReplacement.readValue(Object caller,
String content,
Class<T> valueType) |
static Object |
OkHttpClientClassReplacement.setHostnameVerifier(Object caller,
Object hostnameVerifier) |
static Object |
OkHttpClientClassReplacement.setSslSocketFactory(Object caller,
Object sslSocketFactory) |
static Object |
OkHttpClient3BuilderClassReplacement.sslSocketFactory(Object caller,
Object sslSocketFactory) |
static Object |
OkHttpClient3BuilderClassReplacement.sslSocketFactory(Object caller,
Object sslSocketFactory,
Object trustManager) |
static boolean |
Http11ProcessorReplacementClass.statusDropsConnection(int code) |
static Object |
ValidatorClassReplacement.validate(Object caller,
Object object,
Class<?>... groups) |
Copyright © 2016–2024. All rights reserved.