Uses of Class
org.loxlylabs.nestedtext.NestedText.TypeConfiguration
-
Uses of NestedText.TypeConfiguration in org.loxlylabs.nestedtext
Methods in org.loxlylabs.nestedtext that return NestedText.TypeConfigurationModifier and TypeMethodDescriptionNestedText.TypeConfiguration.ignoreField(String fieldName) Specifies a field to be ignored during serialization and deserialization.NestedText.TypeConfiguration.ignoreFieldWhenNull(String fieldName) Specifies a field to be ignored during serialization when the value is null.Method parameters in org.loxlylabs.nestedtext with type arguments of type NestedText.TypeConfigurationModifier and TypeMethodDescriptionNestedText.Builder.forType(Class<T> type, Consumer<NestedText.TypeConfiguration<T>> config) Provides a fluent API for configuring serialization and deserialization rules for a specific class without modifying the class itself.