Package systems.comodal.jsoniter.factory
Interface ElementFactory<T>
- All Superinterfaces:
FieldBufferPredicate
-
Method Summary
Modifier and TypeMethodDescriptioncreate()static <T> List<T> parseList(JsonIterator ji, Supplier<? extends ElementFactory<T>> objectParserSupplier) static <T> List<T> parseList(JsonIterator ji, Supplier<? extends ElementFactory<T>> objectParserSupplier, CharBufferFunction<T> stringParser) Methods inherited from interface systems.comodal.jsoniter.FieldBufferPredicate
test
-
Method Details
-
parseList
static <T> List<T> parseList(JsonIterator ji, Supplier<? extends ElementFactory<T>> objectParserSupplier) -
parseList
static <T> List<T> parseList(JsonIterator ji, Supplier<? extends ElementFactory<T>> objectParserSupplier, CharBufferFunction<T> stringParser) -
create
T create()
-