Uses of Interface
io.atlasmap.spi.AtlasFieldReader
Packages that use AtlasFieldReader
Package
Description
-
Uses of AtlasFieldReader in io.atlasmap.core
Methods in io.atlasmap.core with type parameters of type AtlasFieldReaderModifier and TypeMethodDescription<T extends AtlasFieldReader>
TDefaultAtlasSession.getFieldReader(String docId, Class<T> clazz) Methods in io.atlasmap.core that return AtlasFieldReaderModifier and TypeMethodDescriptionDefaultAtlasSession.getFieldReader(String docId) DefaultAtlasSession.removeFieldReader(String docId) Methods in io.atlasmap.core with parameters of type AtlasFieldReaderModifier and TypeMethodDescriptionvoidDefaultAtlasSession.setFieldReader(String docId, AtlasFieldReader reader) -
Uses of AtlasFieldReader in io.atlasmap.csv.core
Classes in io.atlasmap.csv.core that implement AtlasFieldReaderModifier and TypeClassDescriptionclassIt accepts InputStream as a document in order to process big files efficiently. -
Uses of AtlasFieldReader in io.atlasmap.java.core
Classes in io.atlasmap.java.core that implement AtlasFieldReader -
Uses of AtlasFieldReader in io.atlasmap.json.core
Classes in io.atlasmap.json.core that implement AtlasFieldReader -
Uses of AtlasFieldReader in io.atlasmap.spi
Methods in io.atlasmap.spi with type parameters of type AtlasFieldReaderModifier and TypeMethodDescription<T extends AtlasFieldReader>
TAtlasInternalSession.getFieldReader(String docId, Class<T> clazz) Methods in io.atlasmap.spi that return AtlasFieldReaderModifier and TypeMethodDescriptionAtlasInternalSession.getFieldReader(String docId) AtlasInternalSession.removeFieldReader(String docId) Methods in io.atlasmap.spi with parameters of type AtlasFieldReaderModifier and TypeMethodDescriptionvoidAtlasInternalSession.setFieldReader(String docId, AtlasFieldReader reader) -
Uses of AtlasFieldReader in io.atlasmap.xml.core
Classes in io.atlasmap.xml.core that implement AtlasFieldReader