Package 

Class JVMConstructor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String typeName
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTypeName()
      abstract <T extends Any> List<?> parametersFor(KClass<T> target, Factory factory) provided a target class, extracts the parameters as an ordered list.
      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.
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait