Uses of Class
io.inugami.commons.engine.extractor.ExtractCommand
-
Packages that use ExtractCommand Package Description io.inugami.commons.engine.extractor io.inugami.commons.engine.extractor.srategies -
-
Uses of ExtractCommand in io.inugami.commons.engine.extractor
Methods in io.inugami.commons.engine.extractor that return types with arguments of type ExtractCommand Modifier and Type Method Description static List<ExtractCommand>
ExtractCommandsBuilder. build(String path)
Methods in io.inugami.commons.engine.extractor with parameters of type ExtractCommand Modifier and Type Method Description boolean
ExtractCommandStrategy. accept(Object value, ExtractCommand cmd)
Object
ExtractCommandStrategy. process(Object value, ExtractCommand cmd)
-
Uses of ExtractCommand in io.inugami.commons.engine.extractor.srategies
Methods in io.inugami.commons.engine.extractor.srategies with parameters of type ExtractCommand Modifier and Type Method Description boolean
BindingExtractCommandStrategy. accept(Object value, ExtractCommand cmd)
boolean
LengthExtractCommandStrategy. accept(Object value, ExtractCommand cmd)
boolean
ListItemExtractCommandStrategy. accept(Object value, ExtractCommand cmd)
boolean
MapExtractCommandStrategy. accept(Object value, ExtractCommand cmd)
boolean
PojoExtractCommandStrategy. accept(Object value, ExtractCommand cmd)
Object
BindingExtractCommandStrategy. process(Object value, ExtractCommand cmd)
Object
LengthExtractCommandStrategy. process(Object value, ExtractCommand cmd)
Object
ListItemExtractCommandStrategy. process(Object value, ExtractCommand cmd)
Object
MapExtractCommandStrategy. process(Object value, ExtractCommand cmd)
Object
PojoExtractCommandStrategy. process(Object value, ExtractCommand cmd)
-