abstract struct Athena::Routing::ParamConverterInterface::ConfigurationInterface
- Athena::Routing::ParamConverterInterface::ConfigurationInterface
- Struct
- Value
- Object
Overview
Allows defining extra configuration data that can be supplied within the ART::ParamConverter
annotation.
By default this type includes the name of the argument that should be converted and the
the ART::ParamConverterInterface
that should be used for the conversion.
See the Additional Configuration example for more information.
Direct Known Subclasses
- Athena::Routing::ParamConverterInterface::Configuration
- Athena::Routing::TimeConverter::Configuration
Defined in:
param_converter_interface.crConstructors
Instance Method Summary
-
#converter : ART::ParamConverterInterface.class
The converter class that should be used to convert the argument.
-
#name : String
The name of the argument the converter should be applied to.
Constructor Detail
Instance Method Detail
The converter class that should be used to convert the argument.