Package org.objenesis.tck.features
Class ReadObjectNotCalled
- java.lang.Object
-
- org.objenesis.tck.features.AbstractFeature
-
- org.objenesis.tck.features.ReadObjectNotCalled
-
- All Implemented Interfaces:
Feature
public class ReadObjectNotCalled extends AbstractFeature
Serializable
special methods should not be called during instantiation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReadObjectNotCalled.ReadObjectAndAll
-
Field Summary
-
Fields inherited from class org.objenesis.tck.features.AbstractFeature
called
-
-
Constructor Summary
Constructors Constructor Description ReadObjectNotCalled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompliant(Objenesis objenesis)
-
-
-
Method Detail
-
isCompliant
public boolean isCompliant(Objenesis objenesis)
-
-