|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alibaba.fastjson.util.ServiceLoader
public class ServiceLoader
Constructor Summary | |
---|---|
ServiceLoader()
|
Method Summary | ||
---|---|---|
static void |
close(Closeable x)
|
|
static
|
load(Class<T> clazz,
ClassLoader classLoader)
|
|
static void |
load(URL url,
Set<String> set)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceLoader()
Method Detail |
---|
public static <T> Set<T> load(Class<T> clazz, ClassLoader classLoader)
public static void load(URL url, Set<String> set) throws IOException
IOException
public static void close(Closeable x) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |