Package ch.qos.logback.core.joran.util
Class StringToObjectConverter
- java.lang.Object
-
- ch.qos.logback.core.joran.util.StringToObjectConverter
-
@Deprecated(since="2022-01-27") public class StringToObjectConverter extends java.lang.ObjectDeprecated.This internal logback API is not supported by AEM as a Cloud Service.Utility class which can convert string into objects.
-
-
Constructor Summary
Constructors Constructor Description StringToObjectConverter()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleancanBeBuiltFromSimpleString(java.lang.Class<?> parameterClass)Deprecated.static java.lang.ObjectconvertArg(ContextAware ca, java.lang.String val, java.lang.Class<?> type)Deprecated.Convertvala String parameter to an object of a given type.static java.lang.reflect.MethodgetValueOfMethod(java.lang.Class<?> type)Deprecated.
-
-
-
Method Detail
-
canBeBuiltFromSimpleString
public static boolean canBeBuiltFromSimpleString(java.lang.Class<?> parameterClass)
Deprecated.
-
convertArg
public static java.lang.Object convertArg(ContextAware ca, java.lang.String val, java.lang.Class<?> type)
Deprecated.Convertvala String parameter to an object of a given type.
-
getValueOfMethod
public static java.lang.reflect.Method getValueOfMethod(java.lang.Class<?> type)
Deprecated.
-
-