|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeferredClass<T>
Placeholder Class
; postpones classloading until absolutely necessary.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Class<T> load() throws TypeNotPresentException
TypeNotPresentException
String getName()
DeferredProvider<T> asProvider()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |