Record Class AutoCompleteDefinition

java.lang.Object
java.lang.Record
io.github.kaktushose.jdac.definitions.interactions.AutoCompleteDefinition
Record Components:
classDescription - the ClassDescription of the declaring class of the methodDescription()
methodDescription - the MethodDescription of the method this definition is bound to
rules - the rules this autocomplete handler can handle
All Implemented Interfaces:
Definition, Invokable, InteractionDefinition

public record AutoCompleteDefinition(ClassDescription classDescription, MethodDescription methodDescription, Set<AutoCompleteDefinition.AutoCompleteRule> rules) extends Record implements InteractionDefinition
Representation of an auto complete handler.