T - Class of the type to resolve.@FunctionalInterface protected static interface AbstractAnnotationConfigSupport.TypeResolver<T>
AbstractAnnotationConfigSupport.TypeResolver is a FunctionalInterface defining a contract to encapsulate logic
used to resolve a particular type.
Implementations are free to decide on how a type gets resolved, such as
with Class.forName(String) or by using ClassLoader#defineClass(String, byte[], int, int).| Modifier and Type | Method and Description |
|---|---|
Class<T> |
resolve() |
Class<T> resolve() throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.