Uses of Class
io.virtdata.reflection.DeferredConstructor
-
Packages that use DeferredConstructor Package Description io.virtdata.reflection -
-
Uses of DeferredConstructor in io.virtdata.reflection
Methods in io.virtdata.reflection that return DeferredConstructor Modifier and Type Method Description DeferredConstructor<T>DeferredConstructor. prefixArgs(java.lang.Object... prefixArgs)static <T> DeferredConstructor<T>ConstructorResolver. resolve(java.lang.Class<T> clazz, java.lang.String... args)static <T> DeferredConstructor<T>ConstructorResolver. resolve(java.lang.String[] classAndArgs)static <T> DeferredConstructor<T>ConstructorResolver. resolve(java.lang.String className, java.lang.String[] args)Methods in io.virtdata.reflection that return types with arguments of type DeferredConstructor Modifier and Type Method Description static <T> java.util.Optional<DeferredConstructor<T>>ConstructorResolver. resolveOptional(java.lang.Class<T> clazz, java.lang.String... args)
-