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.ReflectionStore
getFindLoadedClassMethod
in interface ClassInjector.UsingReflection.ReflectionStore
public Method getLoadByteArrayMethod()
ClassInjector.UsingReflection.ReflectionStore
getLoadByteArrayMethod
in interface ClassInjector.UsingReflection.ReflectionStore
Copyright © 2014–2015. All rights reserved.