Class StringToObjectConverter


  • @Deprecated(since="2022-01-27")
    public class StringToObjectConverter
    extends Object
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Utility class which can convert string into objects.
    • Constructor Detail

      • StringToObjectConverter

        public StringToObjectConverter()
        Deprecated.
    • Method Detail

      • canBeBuiltFromSimpleString

        public static boolean canBeBuiltFromSimpleString​(Class<?> parameterClass)
        Deprecated.
      • convertArg

        public static Object convertArg​(ContextAware ca,
                                        String val,
                                        Class<?> type)
        Deprecated.
        Convert val a String parameter to an object of a given type.
      • getValueOfMethod

        public static Method getValueOfMethod​(Class<?> type)
        Deprecated.