Package org.objenesis.tck.features
Interface Feature
-
- All Known Implementing Classes:
AbstractFeature,ExtendsNotSerializableParentClass,ExtendsSerializableClass,NotSerializableClass,ReadExternalNotCalled,ReadObjectNotCalled,SerializableClass
public interface FeatureA feature is a behavior that we expect from an instantiator. For example, we expect a serializing instantiator to call the no-arg constructor of the first none-serializable parent class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCompliant(Objenesis objenesis)
-
-
-
Method Detail
-
isCompliant
boolean isCompliant(Objenesis objenesis)
-
-