Generated by
JDiff

Class org.springframework.objenesis.SpringObjenesis

Added Constructors
SpringObjenesis(InstantiatorStrategy) Create a new {@code SpringObjenesis} instance with the given standard instantiator strategy.
 

Added Methods
boolean isWorthTrying() Return whether this Objenesis instance is worth trying for instance creation, i.e.
T newInstance(Class<T>, boolean) Create a new instance of the given class via Objenesis.
<any> newInstantiatorOf(Class<T>)  
 

Added Fields
String IGNORE_OBJENESIS_PROPERTY_NAME System property that instructs Spring to ignore Objenesis, not even attempting to use it.