Interface TypeInstantiator


public interface TypeInstantiator
Abstraction for a thing which can return an instance of a type given a reflective type.
Author:
Tim Boudreau
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
     
  • Method Details

    • getInstance

      <T> T getInstance(Type type)