Package | Description |
---|---|
com.asakusafw.dmdl.directio.json.driver |
JSON support for Direct I/O.
|
Modifier and Type | Method and Description |
---|---|
JsonPropertyTrait.Kind |
JsonPropertyTrait.getKind()
Returns the field kind.
|
static JsonPropertyTrait.Kind |
JsonPropertyTrait.getKind(PropertyDeclaration property)
Returns the field kind of the property.
|
static JsonPropertyTrait.Kind |
JsonPropertyTrait.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonPropertyTrait.Kind[] |
JsonPropertyTrait.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JsonPropertyTrait(AstAttribute attribute,
JsonPropertyTrait.Kind kind)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.