Uses of Enum Class
io.helidon.common.mapper.spi.MapperProvider.Support
Packages that use MapperProvider.Support
-
Uses of MapperProvider.Support in io.helidon.common.mapper.spi
Methods in io.helidon.common.mapper.spi that return MapperProvider.SupportModifier 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.Constructors in io.helidon.common.mapper.spi with parameters of type MapperProvider.SupportModifierConstructorDescriptionProviderResponse
(MapperProvider.Support support, Mapper<?, ?> mapper) Creates an instance of aProviderResponse
record class.