Package | Description |
---|---|
com.asakusafw.dmdl.directio.json.driver |
JSON support for Direct I/O.
|
Modifier and Type | Method and Description |
---|---|
static JsonPropertySettings |
JsonPropertySettings.consume(DmdlSemantics environment,
AstAttribute attribute,
Map<String,AstAttributeElement> elements)
Consumes attribute elements about property settings.
|
JsonPropertySettings |
JsonFormatTrait.getPropertySettings()
Returns the property settings.
|
JsonPropertySettings |
JsonPropertyTrait.getSettings()
Returns the settings.
|
static JsonPropertySettings |
JsonPropertyTrait.getSettings(PropertyDeclaration property)
Returns the field settings of the property.
|
JsonPropertySettings |
JsonPropertySettings.mergeDefaults(JsonPropertySettings defaults)
Merges this object and the given default settings into a new object.
|
Modifier and Type | Method and Description |
---|---|
JsonPropertySettings |
JsonPropertySettings.mergeDefaults(JsonPropertySettings defaults)
Merges this object and the given default settings into a new object.
|
Constructor and Description |
---|
JsonFormatTrait(AstAttribute attribute,
JsonStreamSettings streamSettings,
JsonFormatSettings formatSettings,
JsonPropertySettings propertySettings)
Creates a new instance.
|
JsonPropertyTrait(AstAttribute attribute,
String name,
JsonPropertySettings settings)
Creates a new instance.
|
JsonStreamFormatGenerator(EmitContext context,
ModelDeclaration model,
JsonStreamSettings streamSettings,
JsonFormatSettings formatSettings,
JsonPropertySettings fieldDefaultSettings)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.