Uses of Enum Class
dev.archunitjava.model.TypeModelDiagnosticCode
Packages that use TypeModelDiagnosticCode
-
Uses of TypeModelDiagnosticCode in dev.archunitjava.model
Subclasses with type arguments of type TypeModelDiagnosticCode in dev.archunitjava.modelModifier and TypeClassDescriptionenumMachine-readable failures while adapting parsed class headers into Java types.Methods in dev.archunitjava.model that return TypeModelDiagnosticCodeModifier and TypeMethodDescriptionTypeModelDiagnostic.code()Returns the value of thecoderecord component.static TypeModelDiagnosticCodeReturns the enum constant of this class with the specified name.static TypeModelDiagnosticCode[]TypeModelDiagnosticCode.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 TypeModelDiagnosticCodeModifierConstructorDescriptionTypeModelDiagnostic(TypeModelDiagnosticCode code, String resourceName, ClassFileOrigin origin, Map<String, String> context) Creates an instance of aTypeModelDiagnosticrecord class.