Class SerdePropertiesConfiguration
java.lang.Object
io.micronaut.serde.properties.SerdePropertiesConfiguration
@Internal
@ConfigurationProperties("micronaut.serde.format.properties")
public final class SerdePropertiesConfiguration
extends Object
Java
.properties-specific configuration.- Since:
- 3.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumArray index path style. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the configured array index style.voidsetArrayIndexStyle(SerdePropertiesConfiguration.ArrayIndexStyle arrayIndexStyle) Sets the array index style.
-
Constructor Details
-
SerdePropertiesConfiguration
public SerdePropertiesConfiguration()
-
-
Method Details
-
getArrayIndexStyle
Returns the configured array index style.- Returns:
- The configured array index style
-
setArrayIndexStyle
Sets the array index style.- Parameters:
arrayIndexStyle- The array index style
-