Class SingleInputKeyword

java.lang.Object
org.geysermc.databaseutils.processor.query.section.by.InputKeyword
org.geysermc.databaseutils.processor.query.section.by.SingleInputKeyword
Direct Known Subclasses:
EqualsKeyword, LessThanKeyword

public abstract class SingleInputKeyword extends InputKeyword
A keyword that only supports a single input
  • Constructor Details

    • SingleInputKeyword

      public SingleInputKeyword()
  • Method Details

    • acceptedInput

      public abstract List<Class<?>> acceptedInput()
      Returns the types the input supports
    • acceptedInputs

      public List<List<Class<?>>> acceptedInputs()
      Description copied from class: InputKeyword
      Returns for each input it's supported types
      Specified by:
      acceptedInputs in class InputKeyword