Uses of Record Class
dev.archunitjava.model.GenericTypeParameter
Packages that use GenericTypeParameter
-
Uses of GenericTypeParameter in dev.archunitjava.model
Methods in dev.archunitjava.model that return types with arguments of type GenericTypeParameterModifier and TypeMethodDescriptionGenericClassSignature.typeParameters()Returns the value of thetypeParametersrecord component.GenericMethodSignature.typeParameters()Returns the value of thetypeParametersrecord component.Constructor parameters in dev.archunitjava.model with type arguments of type GenericTypeParameterModifierConstructorDescriptionGenericClassSignature(List<GenericTypeParameter> typeParameters, GenericType.ClassType superclass, List<GenericType.ClassType> interfaces) Creates an instance of aGenericClassSignaturerecord class.GenericMethodSignature(List<GenericTypeParameter> typeParameters, List<GenericType> parameterTypes, GenericType returnType, List<GenericType> throwsTypes) Creates an instance of aGenericMethodSignaturerecord class.