Uses of Interface
org.springframework.core.io.InputStreamSource
Packages that use InputStreamSource
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
Generic abstraction for (file-based) resources, used throughout the framework.
Support classes for Spring's resource abstraction.
-
Uses of InputStreamSource in org.springframework.aot.generate
Methods in org.springframework.aot.generate that return InputStreamSourceModifier and TypeMethodDescriptionInMemoryGeneratedFiles.getGeneratedFile(GeneratedFiles.Kind kind, String path) Return theInputStreamSourceof specified file.Methods in org.springframework.aot.generate that return types with arguments of type InputStreamSourceModifier and TypeMethodDescriptionInMemoryGeneratedFiles.getGeneratedFiles(GeneratedFiles.Kind kind) Return aMapof the generated files of a specificGeneratedFiles.Kind.Methods in org.springframework.aot.generate with parameters of type InputStreamSourceModifier and TypeMethodDescriptiondefault voidGeneratedFiles.addClassFile(String path, InputStreamSource content) Add a generatedclass filewith content from the givenInputStreamSource.voidFileSystemGeneratedFiles.addFile(GeneratedFiles.Kind kind, String path, InputStreamSource content) voidGeneratedFiles.addFile(GeneratedFiles.Kind kind, String path, InputStreamSource content) Add a generated file of the specifiedGeneratedFiles.Kindwith content from the givenInputStreamSource.voidInMemoryGeneratedFiles.addFile(GeneratedFiles.Kind kind, String path, InputStreamSource content) default voidGeneratedFiles.addResourceFile(String path, InputStreamSource content) Add a generatedresource filewith content from the givenInputStreamSource.default voidGeneratedFiles.addSourceFile(String className, InputStreamSource content) Add a generatedsource filewith content from the givenInputStreamSource. -
Uses of InputStreamSource in org.springframework.core.io
Subinterfaces of InputStreamSource in org.springframework.core.ioModifier and TypeInterfaceDescriptioninterfaceExtended interface for a resource that is loaded from an enclosing 'context', e.g.interfaceInterface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.interfaceExtended interface for a resource that supports writing to it.Classes in org.springframework.core.io that implement InputStreamSourceModifier and TypeClassDescriptionclassAbstract base class for resources which resolve URLs into File references, such asUrlResourceorClassPathResource.classConvenience base class forResourceimplementations, pre-implementing typical behavior.classResourceimplementation for a given byte array.classResourceimplementation for class path resources.protected static classClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.classSimpleResourceimplementation that holds a resource description but does not point to an actually readable resource.classclassSubclass ofUrlResourcewhich assumes file resolution, to the degree of implementing theWritableResourceinterface for it.classResourceimplementation for a givenInputStream.classResourceimplementation forModuleresolution, performingModuleResource.getInputStream()access viaModule.getResourceAsStream(java.lang.String).classclassResourceimplementation forjava.net.URLlocators.classJBoss VFS basedResourceimplementation. -
Uses of InputStreamSource in org.springframework.core.io.support
Classes in org.springframework.core.io.support that implement InputStreamSourceModifier and TypeClassDescriptionclassHolder that combines aResourcedescriptor with a specific encoding orCharsetto be used for reading from the resource.