Uses of Enum
dev.metaschema.core.model.JsonGroupAsBehavior
Packages that use JsonGroupAsBehavior
Package
Description
Core Metaschema model interfaces and implementations.
Provides an overlay of the Metaschema module model
(
dev.metaschema.core.model) using bound Java class annotations
(dev.metaschema.databind.model.annotations) to represent module
constructs annotated on Java classes.-
Uses of JsonGroupAsBehavior in dev.metaschema.core.model
Fields in dev.metaschema.core.model declared as JsonGroupAsBehaviorModifier and TypeFieldDescriptionstatic final JsonGroupAsBehaviorIGroupable.DEFAULT_JSON_GROUP_AS_BEHAVIORThe default Metaschema grouping behavior for JSON data.Methods in dev.metaschema.core.model that return JsonGroupAsBehaviorModifier and TypeMethodDescriptiondefault JsonGroupAsBehaviorIGroupable.getJsonGroupAsBehavior()Gets the configured JSON group-as strategy.static JsonGroupAsBehaviorReturns the enum constant of this type with the specified name.static JsonGroupAsBehavior[]JsonGroupAsBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JsonGroupAsBehavior in dev.metaschema.databind.model
Methods in dev.metaschema.databind.model that return JsonGroupAsBehaviorModifier and TypeMethodDescriptionIGroupAs.getJsonGroupAsBehavior()Get the JSON group-as behavior that determines how grouped items are serialized in JSON/YAML formats.