Uses of Record Class
dev.archunitjava.model.GenericType.ClassType
Packages that use GenericType.ClassType
-
Uses of GenericType.ClassType in dev.archunitjava.model
Methods in dev.archunitjava.model that return GenericType.ClassTypeModifier and TypeMethodDescriptionGenericClassSignature.superclass()Returns the value of thesuperclassrecord component.Methods in dev.archunitjava.model that return types with arguments of type GenericType.ClassTypeModifier and TypeMethodDescriptionGenericClassSignature.interfaces()Returns the value of theinterfacesrecord component.GenericType.ClassType.owner()Returns the value of theownerrecord component.Constructors in dev.archunitjava.model with parameters of type GenericType.ClassTypeModifierConstructorDescriptionGenericClassSignature(List<GenericTypeParameter> typeParameters, GenericType.ClassType superclass, List<GenericType.ClassType> interfaces) Creates an instance of aGenericClassSignaturerecord class.Constructor parameters in dev.archunitjava.model with type arguments of type GenericType.ClassTypeModifierConstructorDescriptionClassType(Optional<GenericType.ClassType> owner, JvmReferenceType rawType, String simpleName, List<GenericTypeArgument> typeArguments) Creates an instance of aClassTyperecord class.