JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.mastfrog.abstractions.instantiate
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T> T
getInstance
(
Type
type)
Method Details
getInstance
<T>
T
getInstance
(
Type
type)