Uses of Interface
tech.guilhermekaua.spigotboot.config.binding.Binder.Builder
Packages that use Binder.Builder
-
Uses of Binder.Builder in tech.guilhermekaua.spigotboot.config.binding
Classes in tech.guilhermekaua.spigotboot.config.binding that implement Binder.BuilderMethods in tech.guilhermekaua.spigotboot.config.binding that return Binder.BuilderModifier and TypeMethodDescriptionstatic @NotNull Binder.BuilderBinder.builder()Creates a binder builder with custom options.@NotNull Binder.BuilderBinder.Builder.implicitDefaults(boolean enabled) Enables or disables implicit defaults.@NotNull Binder.BuilderBinder.Builder.nodePreprocessor(@NotNull ConfigNodePreprocessor preprocessor) Sets a node preprocessor for transforming nodes before binding.@NotNull Binder.BuilderBinder.Builder.serializers(@NotNull TypeSerializerRegistry registry) Sets the serializer registry.@NotNull Binder.BuilderBinder.Builder.useConstructorBinding(boolean enabled) Enables or disables constructor binding.@NotNull Binder.BuilderSets the validator.