public class InjectionCache extends Object
Modifier and Type | Field and Description |
---|---|
static SharedInjectionCache |
sharedCache |
Constructor and Description |
---|
InjectionCache() |
Modifier and Type | Method and Description |
---|---|
CachedClass |
getCachedClass(Class<?> clazz) |
CachedField |
getCachedField(Field field) |
ClassType |
getFieldClassType(Class<?> fieldType) |
Class<?> |
getGenericType(Field field) |
public static final SharedInjectionCache sharedCache
public CachedClass getCachedClass(Class<?> clazz) throws ReflectionException
ReflectionException
public CachedField getCachedField(Field field)
Copyright © 2019. All rights reserved.