Uses of Enum Class
io.helidon.common.mapper.spi.MapperProvider.Support
-
Uses of MapperProvider.Support in io.helidon.common.mapper.spi
Modifier and TypeMethodDescriptionMapperProvider.ProviderResponse.support()
Returns the value of thesupport
record component.static MapperProvider.Support
Returns the enum constant of this class with the specified name.static MapperProvider.Support[]
MapperProvider.Support.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionProviderResponse
(MapperProvider.Support support, Mapper<?, ?> mapper) Creates an instance of aProviderResponse
record class.