Interface JsonbConfiguration
@ConfigurationProperties("micronaut.serde.jsonb")
public interface JsonbConfiguration
Configuration for the Micronaut JSON-B integration.
- Since:
- 3.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumJSON-B reflection fallback mode. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringJSON-B configuration property for additional reduced-context package prefixes.static final StringConfiguration prefix for Micronaut JSON-B integration.static final StringConfiguration property that controls reflection fallback for the context-created JSON-B bean. -
Method Summary
Modifier and TypeMethodDescriptionReflection fallback mode for the context-created JSON-B bean.
-
Field Details
-
PREFIX
Configuration prefix for Micronaut JSON-B integration.- Since:
- 3.1.0
- See Also:
-
ADDITIONAL_PACKAGES
JSON-B configuration property for additional reduced-context package prefixes.- Since:
- 3.1.0
- See Also:
-
REFLECTION
Configuration property that controls reflection fallback for the context-created JSON-B bean.- Since:
- 3.1.0
- See Also:
-
-
Method Details
-
getReflection
Reflection fallback mode for the context-created JSON-B bean.- Returns:
- The reflection fallback mode
- Since:
- 3.1.0
-