Uses of Class
io.github.mkoncek.classpathless.api.IdentifiedBytecode
-
Packages that use IdentifiedBytecode Package Description io.github.mkoncek.classpathless io.github.mkoncek.classpathless.api io.github.mkoncek.classpathless.impl -
-
Uses of IdentifiedBytecode in io.github.mkoncek.classpathless
Methods in io.github.mkoncek.classpathless that return types with arguments of type IdentifiedBytecode Modifier and Type Method Description java.util.Collection<IdentifiedBytecode>ClasspathClassesProvider. getClass(ClassIdentifier... names) -
Uses of IdentifiedBytecode in io.github.mkoncek.classpathless.api
Methods in io.github.mkoncek.classpathless.api that return types with arguments of type IdentifiedBytecode Modifier and Type Method Description java.util.Collection<IdentifiedBytecode>ClasspathlessCompiler. compileClass(ClassesProvider classprovider, java.util.Optional<MessagesListener> messagesConsummer, IdentifiedSource... javaSourceFiles)java.util.Collection<IdentifiedBytecode>ClassesProvider. getClass(ClassIdentifier... names)Callback for compiler, which provides, on demand, the dependencies compiler is missing. -
Uses of IdentifiedBytecode in io.github.mkoncek.classpathless.impl
Fields in io.github.mkoncek.classpathless.impl with type parameters of type IdentifiedBytecode Modifier and Type Field Description private java.util.Map<ClassIdentifier,IdentifiedBytecode>SimpleClassesProvider. classesprivate java.util.Map<java.lang.String,IdentifiedBytecode>NullClassesProvider. nameToBytecodeMethods in io.github.mkoncek.classpathless.impl that return types with arguments of type IdentifiedBytecode Modifier and Type Method Description java.util.Collection<IdentifiedBytecode>CompilerJavac. compileClass(ClassesProvider classprovider, java.util.Optional<MessagesListener> messagesConsumer, IdentifiedSource... javaSourceFiles)java.util.Collection<IdentifiedBytecode>NullClassesProvider. getClass(ClassIdentifier... names)java.util.Collection<IdentifiedBytecode>SimpleClassesProvider. getClass(ClassIdentifier... names)Constructor parameters in io.github.mkoncek.classpathless.impl with type arguments of type IdentifiedBytecode Constructor Description NullClassesProvider(java.util.Map<java.lang.String,IdentifiedBytecode> initialMapping)SimpleClassesProvider(java.util.Collection<IdentifiedBytecode> bytecodes)
-