public static class ClassInjector.UsingReflection.ReflectionStore.Faulty extends Object implements ClassInjector.UsingReflection.ReflectionStore
ClassInjector.UsingReflection.ReflectionStore.Faulty, ClassInjector.UsingReflection.ReflectionStore.Resolved| Modifier | Constructor and Description |
|---|---|
protected |
Faulty(Exception exception)
Creates a new faulty 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() |
protected Faulty(Exception exception)
exception - The exception that was thrown when attempting to lookup the method.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.