struct Noir::TreeSitterKotlinParameterExtractor::FieldInfo

Defined in:

miniparsers/kotlin_parameter_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, access_modifier : String, has_setter : Bool, init_value : String, null_validation_groups : Array(String) = [] of String, server_managed : Bool = false, validation_annotations : Array(String) = [] of String) #

[View source]

Instance Method Detail

def access_modifier : String #

[View source]
def has_setter? : Bool #

[View source]
def init_value : String #

[View source]
def name : String #

[View source]
def null_for_any_group?(groups : Array(String)) : Bool #

[View source]
def null_validation_groups : Array(String) #

[View source]
def server_managed? : Bool #

[View source]
def validation_annotations : Array(String) #

[View source]