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