public class Utils extends Object
Utils()
static String
beautifulJson(Object o)
static <T> T
castValue(Object value, Class<T> requiredType)
static boolean
stringMatch(String pattern, String string, boolean nocase)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Utils()
public static boolean stringMatch(String pattern, String string, boolean nocase)
pattern
string
nocase
public static String beautifulJson(Object o)
public static <T> T castValue(Object value, Class<T> requiredType)
Copyright © 2022. All rights reserved.