Uses of Enum Class
dev.archunitjava.model.JvmPrimitiveType
Packages that use JvmPrimitiveType
-
Uses of JvmPrimitiveType in dev.archunitjava.model
Subclasses with type arguments of type JvmPrimitiveType in dev.archunitjava.modelMethods in dev.archunitjava.model that return JvmPrimitiveTypeModifier and TypeMethodDescriptionGenericType.PrimitiveType.type()Returns the value of thetyperecord component.static JvmPrimitiveTypeReturns the enum constant of this class with the specified name.static JvmPrimitiveType[]JvmPrimitiveType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.model with parameters of type JvmPrimitiveTypeModifierConstructorDescriptionCreates an instance of aPrimitiveTyperecord class.