Class JVMConstructor
-
- All Implemented Interfaces:
public class JVMConstructor
A constructor for a JVM class of type typeName.
-
-
Method Summary
Modifier and Type Method Description final String
getTypeName()
final <T extends Any> Result<T>
buildAny(Factory factory)
Provided a JIRF factory, builds an instance of the requested type T or fails gracefully, returning a Result<T>. final <T extends Any> Result<T>
buildAny(Class<out T> type, Factory factory)
Provided a JIRF factory, builds an instance of the requested type T or fails gracefully, returning a Result<T>.
-