Class Hint

  • All Implemented Interfaces:
    Visitable

    public final class Hint
    extends java.lang.Object
    implements Visitable
    Visitable implementing hints. See ExposesHints.
    Since:
    2021.0.0
    Author:
    Michael J. Simons
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Hint.IndexProperties
      Internal helper class to wrap up the properties used inside an index.
    • Method Detail

      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
        Specified by:
        accept in interface Visitable
        Parameters:
        visitor - the visitor to notify, must not be null.