Class CustomJsonListSetting.Builder<X>
java.lang.Object
gg.xp.xivsupport.persistence.settings.CustomJsonListSetting.Builder<X>
- Enclosing class:
- CustomJsonListSetting<X>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
postConstruct
(BiConsumer<com.fasterxml.jackson.databind.JsonNode, X> postConstruct) withDefaultProvider
(Supplier<List<X>> defaultProvider) withDefaultValues
(List<X> defaultValues) withMapper
(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
Method Details
-
withMapper
public CustomJsonListSetting.Builder<X> withMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) -
withDefaultProvider
-
withDefaultValues
-
postConstruct
public CustomJsonListSetting.Builder<X> postConstruct(BiConsumer<com.fasterxml.jackson.databind.JsonNode, X> postConstruct) -
build
-