Interface Exporter.Reference

Enclosing class:
Exporter

public static interface Exporter.Reference
A reference.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The index, which is defined by the order in which references are created.
    default Optional<String>
    Deprecated.
    As of 0.27.0, this will always return empty.
  • Method Details

    • index

      int index()
      The index, which is defined by the order in which references are created. May be used in the output stream to refer to the reference from the client.
      Returns:
      the index
    • type

      @Deprecated(since="0.27.0") default Optional<String> type()
      Deprecated.
      As of 0.27.0, this will always return empty.
      The type.
      Returns:
      the type, if present