Class DisplayTrigger

  • All Implemented Interfaces:
    AutoCompletionDisplay

    public class DisplayTrigger
    extends Object
    implements AutoCompletionDisplay
    An auto-completion display type which simply displays the trigger string as the auto-completion suggestion. This is the default if no other display is specified.
    • Constructor Detail

      • DisplayTrigger

        public DisplayTrigger()
    • Method Detail

      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object