public class BeanUtil extends Object
BeanUtil()
static <T> T
toBean(String jsonString, Class<T> t)
toBean(String jsonString, TypeReference<T> typeReference)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanUtil()
public static <T> T toBean(String jsonString, TypeReference<T> typeReference)
public static <T> T toBean(String jsonString, Class<T> t)
Copyright © 2023. All rights reserved.