Uses of Interface
io.apicurio.registry.storage.impexp.EntityInputStream
-
Packages that use EntityInputStream Package Description io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql -
-
Uses of EntityInputStream in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage with parameters of type EntityInputStream Modifier and Type Method Description voidRegistryStorage. importData(EntityInputStream entities)Called to import previously exported data into the registry. -
Uses of EntityInputStream in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator with parameters of type EntityInputStream Modifier and Type Method Description voidRegistryStorageDecorator. importData(EntityInputStream entities) -
Uses of EntityInputStream in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql with parameters of type EntityInputStream Modifier and Type Method Description voidAbstractSqlRegistryStorage. importData(EntityInputStream entities)
-