Interface EntityInspector
- All Known Implementing Classes:
EntityInspectorImpl
Responsible for inspecting entity classes. This class invokes all available
entity processors with
different contexts.-
Method Summary
Modifier and TypeMethodDescriptionvoidInspect entity class and create/updateEntityGraphfor reader/writer.
-
Method Details
-
inspect
Inspect entity class and create/updateEntityGraphfor reader/writer. The entity graph will be used to create entity-filtering object which is requested by#createFilteringObject(...).Method recursively inspects entity fields classes suitable for inspecting.
Method uses
EntityProcessors for inspecting.- Parameters:
entityClass- entity class to be examined.forWriter- flag determining whether the class should be examined for reader or writer.
-