public class ServiceFactory<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static Void |
createContext(Object key) |
static Void |
createContextIfNeeded(Object key) |
List<T> |
getAll() |
static <T> Comparator<T> |
getComparator() |
T |
getFirst() |
static boolean |
hasContext() |
public static boolean hasContext()
public static void clear()
public T getFirst()
public static <T> Comparator<T> getComparator()
Copyright © 2010–2020 meanbean. All rights reserved.