@Contract public interface EntityInspector
entity processors with
different contexts.| Modifier and Type | Method and Description |
|---|---|
void |
inspect(Class<?> entityClass,
boolean forWriter)
Inspect entity class and create/update
EntityGraph for reader/writer. |
void inspect(Class<?> entityClass, boolean forWriter)
EntityGraph for 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.
entityClass - entity class to be examined.forWriter - flag determining whether the class should be examined for reader or writer.Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.