Package org.qubership.atp.dataset.config
Class ConverterConfig
java.lang.Object
org.qubership.atp.dataset.config.ConverterConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.convert.converter.Converter<String, AttributeType> Converter for creating AttributeType from string.Converter for creating MixInId from string.org.springframework.core.convert.converter.Converter<String, QueryParamFlag> Converter for creating QueryParamFlag from string.
-
Constructor Details
-
ConverterConfig
public ConverterConfig()
-
-
Method Details
-
mixInIdConverter
@Bean public org.springframework.core.convert.converter.Converter<String,MixInId> mixInIdConverter()Converter for creating MixInId from string. -
queryParamFlagConverter
@Bean public org.springframework.core.convert.converter.Converter<String,QueryParamFlag> queryParamFlagConverter()Converter for creating QueryParamFlag from string. -
attributeTypeConverter
@Bean public org.springframework.core.convert.converter.Converter<String,AttributeType> attributeTypeConverter()Converter for creating AttributeType from string.
-