Uses of Interface
dev.archunitjava.model.GenericType
Packages that use GenericType
-
Uses of GenericType in dev.archunitjava.model
Classes in dev.archunitjava.model that implement GenericTypeModifier and TypeClassDescriptionstatic final recordstatic final recordA possibly parameterized class.static final recordstatic final recordstatic final recordMethods in dev.archunitjava.model that return GenericTypeModifier and TypeMethodDescriptionGenericType.ArrayType.elementType()Returns the value of theelementTyperecord component.static GenericTypeGenericSignatures.parseField(String signature) GenericMethodSignature.returnType()Returns the value of thereturnTyperecord component.Methods in dev.archunitjava.model that return types with arguments of type GenericTypeModifier and TypeMethodDescriptionGenericTypeParameter.classBound()Returns the value of theclassBoundrecord component.GenericFieldView.genericType()Returns the value of thegenericTyperecord component.GenericTypeParameter.interfaceBounds()Returns the value of theinterfaceBoundsrecord component.GenericMethodSignature.parameterTypes()Returns the value of theparameterTypesrecord component.GenericMethodSignature.throwsTypes()Returns the value of thethrowsTypesrecord component.GenericTypeArgument.type()Returns the value of thetyperecord component.Methods in dev.archunitjava.model with parameters of type GenericTypeModifier and TypeMethodDescriptionstatic GenericTypeArgumentGenericTypeArgument.exact(GenericType type) static GenericTypeArgumentGenericTypeArgument.extendsBound(GenericType type) static GenericTypeArgumentGenericTypeArgument.superBound(GenericType type) Constructors in dev.archunitjava.model with parameters of type GenericTypeModifierConstructorDescriptionArrayType(GenericType elementType, int dimensions) Creates an instance of aArrayTyperecord class.GenericMethodSignature(List<GenericTypeParameter> typeParameters, List<GenericType> parameterTypes, GenericType returnType, List<GenericType> throwsTypes) Creates an instance of aGenericMethodSignaturerecord class.Constructor parameters in dev.archunitjava.model with type arguments of type GenericTypeModifierConstructorDescriptionGenericTypeArgument(GenericTypeArgument.Variance variance, Optional<GenericType> type) Creates an instance of aGenericTypeArgumentrecord class.GenericTypeParameter(String name, Optional<GenericType> classBound, List<GenericType> interfaceBounds) Creates an instance of aGenericTypeParameterrecord class.GenericTypeParameter(String name, Optional<GenericType> classBound, List<GenericType> interfaceBounds) Creates an instance of aGenericTypeParameterrecord class.