Uses of Class
one.microstream.exceptions.NoSuchMethodRuntimeException
| Package | Description | 
|---|---|
| one.microstream.java.util | |
| one.microstream.reflect | 
- 
Uses of NoSuchMethodRuntimeException in one.microstream.java.utilMethods 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.reflectMethods in one.microstream.reflect that throw NoSuchMethodRuntimeException Modifier and Type Method Description static <T> TXReflect. defaultInstantiate(Class<T> type)static MethodXReflect. getAnyMethod(Class<?> c, String name)static MethodXReflect. getAnyMethod(Class<?> c, Predicate<? super Method> predicate)static <T> Instantiator<T>XReflect. WrapDefaultConstructor(Class<T> type)