class AnalyzerArmeria

Defined in:

analyzer/analyzers/analyzer_armeria.cr

Constant Summary

REGEX_ROUTE_CODE = /\.route\(\)\s*\.\s*(\w+)\s*\(([^\.]*)\)\./
REGEX_SERVER_CODE_BLOCK = /Server\s*\.builder\(\s*\)\s*\.[^;]*?build\(\)\s*\./
REGEX_SERVICE_CODE = /\.service(If|Under|)?\([^;]+?\)/

Instance Method Summary

Instance methods inherited from class Analyzer

analyze analyze, base_path : String base_path, logger : NoirLogger logger, result : Array(Endpoint) result, url : String url

Constructor methods inherited from class Analyzer

new(options : Hash(Symbol, String)) new

Instance Method Detail

def analyze #

[View source]