public class BooleanClassReplacement extends Object implements MethodReplacementClass
CONSUME_INSTANCE_METHOD_NAME| Constructor and Description |
|---|
BooleanClassReplacement() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getTargetClass() |
static boolean |
parseBoolean(String input,
String idTemplate)
The heuristic value is H_REACHED_BUT_NULL if the input string is null.
|
static Boolean |
valueOf(String input,
String idTemplate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetClass, getTargetClassName, isAvailablepublic Class<?> getTargetClass()
getTargetClass in interface MethodReplacementClasspublic static boolean parseBoolean(String input, String idTemplate)
The closer the heuristic value is to 1, the closer it is to returning true.
input - idTemplate - Copyright © 2016–2024. All rights reserved.