public static class ClassInjector.UsingReflection.ReflectionStore.Resolved extends Object implements ClassInjector.UsingReflection.ReflectionStore
ClassInjector.UsingReflection.ReflectionStore.Faulty, ClassInjector.UsingReflection.ReflectionStore.Resolved| Modifier | Constructor and Description |
|---|---|
protected |
Resolved(Method findLoadedClassMethod,
Method loadByteArrayMethod)
Creates a new resolved reflection store.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Method |
getFindLoadedClassMethod()
Returns the method for finding a class on a class loader.
|
Method |
getLoadByteArrayMethod()
Returns the method for loading a class into a class loader.
|
int |
hashCode() |
String |
toString() |
public Method getFindLoadedClassMethod()
ClassInjector.UsingReflection.ReflectionStoregetFindLoadedClassMethod in interface ClassInjector.UsingReflection.ReflectionStorepublic Method getLoadByteArrayMethod()
ClassInjector.UsingReflection.ReflectionStoregetLoadByteArrayMethod in interface ClassInjector.UsingReflection.ReflectionStoreCopyright © 2014–2015. All rights reserved.