Package wt.graph.processor
Interface GraphProcessor
public interface GraphProcessor
API for ObjectGraphTemplateProcessor and ObjectGraphProcessor which produce
a realized ObjectGraph given the root object and either an ObjectGraphTemplate
(preview or application modes) or an ObjectGraph (application mode only)
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intUsed to specify a breadth first navigation.static final intUsed to specify a depth first navigation.
-
Field Details
-
DEPTH_FIRST_NAVIGATOR
static final int DEPTH_FIRST_NAVIGATORUsed to specify a depth first navigation.
Supported API: true- See Also:
-
BREADTH_FIRST_NAVIGATOR
static final int BREADTH_FIRST_NAVIGATORUsed to specify a breadth first navigation.
Supported API: true- See Also:
-