Uses of Class
one.microstream.exceptions.NoSuchMethodRuntimeException
Package | Description |
---|---|
one.microstream.java.util | |
one.microstream.reflect |
-
Uses of NoSuchMethodRuntimeException in one.microstream.java.util
Methods in one.microstream.java.util that throw NoSuchMethodRuntimeException Modifier and Type Method Description static <T extends Collection<?>>
BinaryHandlerGenericCollection<T>BinaryHandlerGenericCollection. New(Class<T> type)
static <T extends List<?>>
BinaryHandlerGenericList<T>BinaryHandlerGenericList. New(Class<T> type)
static <T extends Map<?, ?>>
BinaryHandlerGenericMap<T>BinaryHandlerGenericMap. New(Class<T> type)
static <T extends Queue<?>>
BinaryHandlerGenericQueue<T>BinaryHandlerGenericQueue. New(Class<T> type)
static <T extends Set<?>>
BinaryHandlerGenericSet<T>BinaryHandlerGenericSet. New(Class<T> type)
-
Uses of NoSuchMethodRuntimeException in one.microstream.reflect
Methods in one.microstream.reflect that throw NoSuchMethodRuntimeException Modifier and Type Method Description static <T> T
XReflect. defaultInstantiate(Class<T> type)
static Method
XReflect. getAnyMethod(Class<?> c, String name)
static Method
XReflect. getAnyMethod(Class<?> c, Predicate<? super Method> predicate)
static <T> Instantiator<T>
XReflect. WrapDefaultConstructor(Class<T> type)