struct Athena::Routing::ParamConverterInterface::Configuration

Overview

The default ART::ParamConverterInterface::ConfigurationInterface object to use if one was not defined via the ART::ParamConverterInterface.configuration macro.

Defined in:

param_converter_interface.cr

Instance methods inherited from struct Athena::Routing::ParamConverterInterface::ConfigurationInterface

converter : ART::ParamConverterInterface.class converter, name : String name

Constructor methods inherited from struct Athena::Routing::ParamConverterInterface::ConfigurationInterface

new(name : String, converter : ART::ParamConverterInterface.class) new