Class QueryContextCreator
java.lang.Object
org.geysermc.databaseutils.processor.query.QueryContextCreator
Analyses and validates the read Keywords and converts it into QueryContext.
Note that this will edit the provided readResult. It doesn't create a new instance.
-
Constructor Summary
ConstructorsConstructorDescriptionQueryContextCreator(Action action, KeywordsReadResult readResult, ExecutableElement element, EntityInfo info, TypeUtils typeUtils) -
Method Summary
-
Constructor Details
-
QueryContextCreator
public QueryContextCreator(Action action, KeywordsReadResult readResult, ExecutableElement element, EntityInfo info, TypeUtils typeUtils)
-
-
Method Details
-
create
-