Uses of Enum Class
dev.archunitjava.model.JavaTypeKind
Packages that use JavaTypeKind
-
Uses of JavaTypeKind in dev.archunitjava.model
Subclasses with type arguments of type JavaTypeKind in dev.archunitjava.modelModifier and TypeClassDescriptionenumThe declaration kind of an imported top-level Java type.Methods in dev.archunitjava.model that return JavaTypeKindModifier and TypeMethodDescriptionJavaType.kind()static JavaTypeKindReturns the enum constant of this class with the specified name.static JavaTypeKind[]JavaTypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.model that return types with arguments of type JavaTypeKindModifier and TypeMethodDescriptionExternalTypeStub.kind()Returns the value of thekindrecord component.Methods in dev.archunitjava.model with parameters of type JavaTypeKindModifier and TypeMethodDescriptionstatic ExternalTypeStubExternalTypeStub.complete(String binaryName, JavaTypeKind kind, JvmReferenceType superclass, List<JvmReferenceType> interfaces) Constructor parameters in dev.archunitjava.model with type arguments of type JavaTypeKindModifierConstructorDescriptionExternalTypeStub(JavaTypeName name, Optional<JavaTypeKind> kind, Optional<JvmReferenceType> superclass, List<JvmReferenceType> directInterfaces, boolean hierarchyComplete) Creates an instance of aExternalTypeStubrecord class. -
Uses of JavaTypeKind in dev.archunitjava.selector
Methods in dev.archunitjava.selector with parameters of type JavaTypeKind