Uses of Class
io.github.classgraph.ReferenceTypeSignature
Packages that use 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.Fields in io.github.classgraph declared as ReferenceTypeSignatureModifier and TypeFieldDescription(package private) final ReferenceTypeSignatureTypeParameter.classBoundClass bound -- may be null.private final ReferenceTypeSignatureTypeArgument.typeSignatureType signature (will be null if wildcard == ANY).Fields in io.github.classgraph with type parameters of type ReferenceTypeSignatureModifier and TypeFieldDescription(package private) final List<ReferenceTypeSignature> TypeParameter.interfaceBoundsInterface bounds -- may be empty.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).(package private) static ReferenceTypeSignatureReferenceTypeSignature.parseClassBound(Parser parser, String definingClassName) Parse a class bound.(package private) static ReferenceTypeSignatureReferenceTypeSignature.parseReferenceTypeSignature(Parser parser, String definingClassName) Parse a reference type signature.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 ReferenceTypeSignatureModifierConstructorDescriptionprivateTypeArgument(TypeArgument.Wildcard wildcard, ReferenceTypeSignature typeSignature) Constructor.protectedTypeParameter(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.