module Athena::Validator::Metadata::PropertyMetadataInterface

Overview

Stores metadata associated with a specific property.

Included Modules

Direct including types

Defined in:

metadata/property_metadata_interface.cr

Instance Method Summary

Instance methods inherited from module Athena::Validator::Metadata::MetadataInterface

cascading_strategy : AVD::Metadata::CascadingStrategy cascading_strategy, constraints : Array(AVD::Constraint) constraints, find_constraints(group : String) : Array(AVD::Constraint) find_constraints

Instance Method Detail

abstract def name : String #

Returns the name of the member represented by self.


[View source]