Package io.quarkus.config.yaml.runtime
Class AbstractYamlObjectConverter<T>
- java.lang.Object
-
- io.quarkus.config.yaml.runtime.AbstractYamlObjectConverter<T>
-
- All Implemented Interfaces:
Serializable
,org.eclipse.microprofile.config.spi.Converter<T>
public abstract class AbstractYamlObjectConverter<T> extends Object implements org.eclipse.microprofile.config.spi.Converter<T>
This class is used by generated code to support the list of objects use case in@ConfigProperties
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractYamlObjectConverter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description T
convert(String value)
protected abstract Class<T>
getClazz()
protected Map<String,String>
getFieldNameMap()
Contains names of fields that need to be converted from the value that MP-Config has set to the actual name of the field in the class
-