public interface DeferredClass<T>
Class
; postpones classloading until absolutely necessary.Modifier and Type | Method and Description |
---|---|
DeferredProvider<T> |
asProvider()
Returns a provider based on the deferred class.
|
String |
getName()
Returns the name of the deferred class.
|
Class<T> |
load()
Retrieves the class, for example from a cache or a class loader.
|
Class<T> load() throws TypeNotPresentException
TypeNotPresentException
String getName()
DeferredProvider<T> asProvider()
Copyright © 2010-2019 Sonatype, Inc.. All Rights Reserved.