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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Used to specify a breadth first navigation.
    static final int
    Used to specify a depth first navigation.
  • Field Details

    • DEPTH_FIRST_NAVIGATOR

      static final int DEPTH_FIRST_NAVIGATOR
      Used to specify a depth first navigation.

      Supported API: true
      See Also:
    • BREADTH_FIRST_NAVIGATOR

      static final int BREADTH_FIRST_NAVIGATOR
      Used to specify a breadth first navigation.

      Supported API: true
      See Also: