Modifier and Type | Required Element and Description |
---|---|
ExtractBy[] |
value
The extractors to be combined.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
multi
Deprecated.
since 0.4.2
|
boolean |
notNull
Define whether the field can be null.
If set to 'true' and the extractor get no result, the entire class will be discarded. |
ComboExtract.Op |
op
Combining operation of extractors.
|
ComboExtract.Source |
source
The source for extracting.
|
public abstract ExtractBy[] value
public abstract ComboExtract.Op op
public abstract boolean notNull
public abstract ComboExtract.Source source
public abstract boolean multi
Copyright © 2017. All rights reserved.