Interface OptionalInstantiator


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

    Modifier and Type
    Method
    Description
    <T> Optional<T>
    getInstance(Class<T> type)
     
  • Method Details