Package org.objenesis.tck.features
Interface Feature
-
- All Known Implementing Classes:
AbstractFeature
,ExtendsNotSerializableParentClass
,ExtendsSerializableClass
,NotSerializableClass
,ReadExternalNotCalled
,ReadObjectNotCalled
,SerializableClass
public interface Feature
A 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 boolean
isCompliant(Objenesis objenesis)
-
-
-
Method Detail
-
isCompliant
boolean isCompliant(Objenesis objenesis)
-
-