Uses of Record Class
dev.archunitjava.model.GenericTypeArgument
Packages that use GenericTypeArgument
-
Uses of GenericTypeArgument in dev.archunitjava.model
Methods in dev.archunitjava.model that return GenericTypeArgumentModifier and TypeMethodDescriptionstatic GenericTypeArgumentGenericTypeArgument.exact(GenericType type) static GenericTypeArgumentGenericTypeArgument.extendsBound(GenericType type) static GenericTypeArgumentGenericTypeArgument.superBound(GenericType type) static GenericTypeArgumentGenericTypeArgument.unbounded()Methods in dev.archunitjava.model that return types with arguments of type GenericTypeArgumentModifier and TypeMethodDescriptionGenericType.ClassType.typeArguments()Returns the value of thetypeArgumentsrecord component.Constructor parameters in dev.archunitjava.model with type arguments of type GenericTypeArgumentModifierConstructorDescriptionClassType(Optional<GenericType.ClassType> owner, JvmReferenceType rawType, String simpleName, List<GenericTypeArgument> typeArguments) Creates an instance of aClassTyperecord class.