Package | Description |
---|---|
us.codecraft.webmagic.model.annotation |
Annotations for defining a extractor.
|
us.codecraft.webmagic.model.formatter | |
us.codecraft.webmagic.samples.formatter |
Modifier and Type | Field and Description |
---|---|
static Class<ObjectFormatter> |
Formatter.DEFAULT_FORMATTER |
Modifier and Type | Class and Description |
---|---|
class |
BasicTypeFormatter<T> |
static class |
BasicTypeFormatter.BooleanFormatter |
static class |
BasicTypeFormatter.ByteFormatter |
static class |
BasicTypeFormatter.CharactorFormatter |
static class |
BasicTypeFormatter.DoubleFormatter |
static class |
BasicTypeFormatter.FloatFormatter |
static class |
BasicTypeFormatter.IntegerFormatter |
static class |
BasicTypeFormatter.LongFormatter |
static class |
BasicTypeFormatter.ShortFormatter |
class |
DateFormatter |
Modifier and Type | Field and Description |
---|---|
static List<Class<? extends ObjectFormatter>> |
BasicTypeFormatter.basicTypeFormatters |
Modifier and Type | Method and Description |
---|---|
ObjectFormatter |
ObjectFormatterBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ObjectFormatter> |
ObjectFormatters.get(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
static void |
ObjectFormatters.put(Class<? extends ObjectFormatter> objectFormatter) |
Modifier and Type | Class and Description |
---|---|
class |
StringTemplateFormatter |
Copyright © 2017. All rights reserved.