public interface Configuration
Configuration.WrappingConfig.Builder
in order to create a new instance.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Configuration.AnnotationsConfig |
static interface |
Configuration.Builder |
static interface |
Configuration.WrappingConfig |
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_ID_ANNOTATION
The name of the TypeId annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.AnnotationsConfig |
annotationsConfig() |
static Configuration.Builder |
builder() |
boolean |
logOutOfSequenceReads()
Flag that indicates in out of sequence reads should be logged as warnings.
|
boolean |
logOutOfSequenceWrites()
Flag that indicates in out of sequence writes should be logged as warnings.
|
Configuration.WrappingConfig |
wrappingConfig() |
static final String TYPE_ID_ANNOTATION
This annotation is pre-defined in all configurations. You do not have to define it manually.
boolean logOutOfSequenceReads()
true by default.boolean logOutOfSequenceWrites()
true by default.Configuration.WrappingConfig wrappingConfig()
Configuration.AnnotationsConfig annotationsConfig()
static Configuration.Builder builder()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.