Modifier and Type | Required Element and Description |
---|---|
String |
value
Extractor expression, support XPath, CSS Selector and regex.
|
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. |
ExtractBy.Source |
source
The source for extracting.
|
ExtractBy.Type |
type
Extractor type, support XPath, CSS Selector and regex.
|
public abstract String value
public abstract ExtractBy.Type type
public abstract boolean notNull
public abstract ExtractBy.Source source
public abstract boolean multi
Copyright © 2017. All rights reserved.