Uses of Class
io.helidon.common.mapper.MapperManager.Builder
Packages that use MapperManager.Builder
-
Uses of MapperManager.Builder in io.helidon.common.mapper
Methods in io.helidon.common.mapper that return MapperManager.BuilderModifier and TypeMethodDescription<S,T> MapperManager.Builder MapperManager.Builder.addMapper(Mapper<S, T> mapper, GenericType<S> sourceType, GenericType<T> targetType, double weight, String... qualifiers) Deprecated, for removal: This API element is subject to removal in a future version.Add a mapper to the list of mapper with custom priority.<S,T> MapperManager.Builder MapperManager.Builder.addMapper(Mapper<S, T> mapper, GenericType<S> sourceType, GenericType<T> targetType, String... qualifiers) Deprecated, for removal: This API element is subject to removal in a future version.Add a mapper to the list of mapper.<S,T> MapperManager.Builder MapperManager.Builder.addMapper(Mapper<S, T> mapper, Class<S> sourceType, Class<T> targetType, double weight, String... qualifiers) Deprecated, for removal: This API element is subject to removal in a future version.Add a mapper to the list of mapper with a custom priority.<S,T> MapperManager.Builder MapperManager.Builder.addMapper(Mapper<S, T> mapper, Class<S> sourceType, Class<T> targetType, String... qualifiers) Deprecated, for removal: This API element is subject to removal in a future version.Add a mapper to the list of mapper.MapperManager.Builder.addMapperProvider(MapperProvider provider) Deprecated, for removal: This API element is subject to removal in a future version.Add a newMapperProviderto the list of providers loaded from system service loader.MapperManager.Builder.addMapperProvider(MapperProvider provider, int priority) Deprecated, for removal: This API element is subject to removal in a future version.we have switched to using weights instead of priority, this method will be removed without replacementstatic MapperManager.BuilderMapperManager.builder()Deprecated, for removal: This API element is subject to removal in a future version.useMappers.builder()insteadMapperManager.Builder.discoverServices(boolean discoverServices) Deprecated, for removal: This API element is subject to removal in a future version.Whether to useServiceLoaderto discover mappers, defaults totrue.MapperManager.Builder.useBuiltIn(boolean useBuiltIn) Deprecated, for removal: This API element is subject to removal in a future version.Whether to use built-in mappers.