Uses of Class
gg.xp.xivsupport.persistence.settings.CustomJsonListSetting.Builder
-
Uses of CustomJsonListSetting.Builder in gg.xp.xivsupport.persistence.settings
Modifier and TypeMethodDescriptionstatic <X> CustomJsonListSetting.Builder<X>
CustomJsonListSetting.builder
(@NotNull PersistenceProvider pers, @NotNull com.fasterxml.jackson.core.type.TypeReference<X> type, @NotNull String settingKey, @NotNull String failuresKey) CustomJsonListSetting.Builder.postConstruct
(BiConsumer<com.fasterxml.jackson.databind.JsonNode, X> postConstruct) CustomJsonListSetting.Builder.withDefaultProvider
(Supplier<List<X>> defaultProvider) CustomJsonListSetting.Builder.withDefaultValues
(List<X> defaultValues) CustomJsonListSetting.Builder.withMapper
(com.fasterxml.jackson.databind.ObjectMapper mapper)