Uses of Enum Class
dev.archunitjava.model.GenericTypeArgument.Variance
Packages that use GenericTypeArgument.Variance
-
Uses of GenericTypeArgument.Variance in dev.archunitjava.model
Subclasses with type arguments of type GenericTypeArgument.Variance in dev.archunitjava.modelMethods in dev.archunitjava.model that return GenericTypeArgument.VarianceModifier and TypeMethodDescriptionstatic GenericTypeArgument.VarianceReturns the enum constant of this class with the specified name.static GenericTypeArgument.Variance[]GenericTypeArgument.Variance.values()Returns an array containing the constants of this enum class, in the order they are declared.GenericTypeArgument.variance()Returns the value of thevariancerecord component.Constructors in dev.archunitjava.model with parameters of type GenericTypeArgument.VarianceModifierConstructorDescriptionGenericTypeArgument(GenericTypeArgument.Variance variance, Optional<GenericType> type) Creates an instance of aGenericTypeArgumentrecord class.