Package | Description |
---|---|
com.asakusafw.dmdl.directio.json.driver |
JSON support for Direct I/O.
|
com.asakusafw.dmdl.directio.text |
Formatted text support for Direct I/O.
|
com.asakusafw.dmdl.directio.util |
Utilities for DMDL for Direct I/O.
|
Modifier and Type | Method and Description |
---|---|
Value<ClassName> |
JsonPropertySettings.getAdapterClass()
Returns the adapter class.
|
Value<ClassName> |
JsonStreamSettings.getCompressionType()
Returns the compression type.
|
Modifier and Type | Method and Description |
---|---|
Value<ClassName> |
TextFieldSettings.getAdapterClass()
Returns the field adapter class.
|
Value<ClassName> |
TextFormatSettings.getCompressionType()
Returns the compression type.
|
Value<ClassName> |
TextFormatSettings.getInputTransformerClass()
Returns the input transformer class.
|
Value<ClassName> |
TextFormatSettings.getOutputTransformerClass()
Returns the output transformer class.
|
Modifier and Type | Method and Description |
---|---|
protected Type |
AbstractTextStreamFormatGenerator.resolve(ClassName type)
Resolves a value.
|
Modifier and Type | Method and Description |
---|---|
Value<ClassName> |
AttributeAnalyzer.toClassName(AstAttributeElement element)
Analyze the given element as a class name.
|
Value<ClassName> |
AttributeAnalyzer.toClassName(AstAttributeElement element,
Function<String,Optional<String>> resolver)
Analyze the given element as a class name.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.