Uses of Class
io.github.mkoncek.classpathless.api.ClassIdentifier
Packages that use ClassIdentifier
Package
Description
-
Uses of ClassIdentifier in io.github.mkoncek.classpathless
Methods in io.github.mkoncek.classpathless with parameters of type ClassIdentifier -
Uses of ClassIdentifier in io.github.mkoncek.classpathless.api
Fields in io.github.mkoncek.classpathless.api declared as ClassIdentifierMethods in io.github.mkoncek.classpathless.api that return ClassIdentifierMethods in io.github.mkoncek.classpathless.api with parameters of type ClassIdentifierModifier and TypeMethodDescriptionintClassIdentifier.compareTo(ClassIdentifier o) ClassesProvider.getClass(ClassIdentifier... names) Callback for compiler which provides, on demand, the dependencies the compiler is missing.Constructors in io.github.mkoncek.classpathless.api with parameters of type ClassIdentifierModifierConstructorDescriptionIdentifiedBytecode(ClassIdentifier classIdentifier, byte[] file) IdentifiedFile(ClassIdentifier classIdentifier, byte[] file) IdentifiedSource(ClassIdentifier classIdentifier, byte[] file) IdentifiedSource(ClassIdentifier classIdentifier, byte[] file, Charset charset) -
Uses of ClassIdentifier in io.github.mkoncek.classpathless.helpers
Fields in io.github.mkoncek.classpathless.helpers with type parameters of type ClassIdentifierModifier and TypeFieldDescriptionprivate Map<ClassIdentifier, IdentifiedBytecode> SimpleClassesProvider.classesMethods in io.github.mkoncek.classpathless.helpers with parameters of type ClassIdentifierModifier and TypeMethodDescriptionNullClassesProvider.getClass(ClassIdentifier... names) SimpleClassesProvider.getClass(ClassIdentifier... names) -
Uses of ClassIdentifier in io.github.mkoncek.classpathless.impl
Methods in io.github.mkoncek.classpathless.impl that return ClassIdentifierModifier and TypeMethodDescription(package private) abstract ClassIdentifierIdentifiedJavaFileObject.getClassIdentifier()(package private) ClassIdentifierInMemoryJavaClassFileObject.getClassIdentifier()(package private) ClassIdentifierInMemoryJavaSourceFileObject.getClassIdentifier()private static ClassIdentifierCompilerJavac.getIdentifier(JavaFileObject object)