Uses of Class
io.github.classgraph.ReferenceTypeSignature
-
Uses of ReferenceTypeSignature in io.github.classgraph
Subclasses of ReferenceTypeSignature in io.github.classgraphModifier and TypeClassDescriptionclassAn array type signature.classA class type or type variable.final classA class reference type signature (called "ClassTypeSignature" in the classfile documentation).final classA type variable signature.Methods in io.github.classgraph that return ReferenceTypeSignatureModifier and TypeMethodDescriptionTypeParameter.getClassBound()Get the type parameter class bound.TypeArgument.getTypeSignature()Get the type signature associated with the wildcard (or null, if the wildcard is ANY).Methods in io.github.classgraph that return types with arguments of type ReferenceTypeSignatureModifier and TypeMethodDescriptionTypeParameter.getInterfaceBounds()Get the type parameter interface bound(s).Constructors in io.github.classgraph with parameters of type ReferenceTypeSignatureModifierConstructorDescriptionprotectedTypeParameter(String identifier, ReferenceTypeSignature classBound, List<ReferenceTypeSignature> interfaceBounds) Constructor.Constructor parameters in io.github.classgraph with type arguments of type ReferenceTypeSignatureModifierConstructorDescriptionprotectedTypeParameter(String identifier, ReferenceTypeSignature classBound, List<ReferenceTypeSignature> interfaceBounds) Constructor.