class AnalyzerKotlinSpring

Defined in:

analyzer/analyzers/analyzer_kotlin_spring.cr

Constant Summary

FILE_CONTENT_CACHE = Hash(String, String).new
HTTP_METHODS = ["GET", "POST", "PUT", "DELETE", "PATCH"] of ::String
KOTLIN_EXTENSION = "kt"
REGEX_ROUTE_CODE_LINE = /((?:andRoute|route)\s*\(|\.)\s*(GET|POST|DELETE|PUT)\(\s*"([^"]*)/
REGEX_ROUTER_CODE_BLOCK = /route\(\)?.*?\);/m

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(String, String)) new

Macros inherited from class Analyzer

define_getter_methods(names) define_getter_methods

Instance Method Detail

def analyze #

[View source]