Uses of Record Class
dev.archunitjava.graph.TypeId
Packages that use TypeId
Package
Description
-
Uses of TypeId in dev.archunitjava.graph
Methods in dev.archunitjava.graph that return TypeIdModifier and TypeMethodDescriptionstatic TypeIdTypeId.ofBinaryName(String name) MemberId.owner()Returns the value of theownerrecord component.Methods in dev.archunitjava.graph with parameters of type TypeIdConstructors in dev.archunitjava.graph with parameters of type TypeId -
Uses of TypeId in dev.archunitjava.layers
Methods in dev.archunitjava.layers that return types with arguments of type TypeIdModifier and TypeMethodDescriptionJavaLayer.types()Returns the value of thetypesrecord component.LayerModel.unassignedTypes()Methods in dev.archunitjava.layers with parameters of type TypeIdConstructor parameters in dev.archunitjava.layers with type arguments of type TypeIdModifierConstructorDescriptionJavaLayer(LayerId id, LayerPresence presence, List<TypeId> types) Creates an instance of aJavaLayerrecord class. -
Uses of TypeId in dev.archunitjava.metrics
Methods in dev.archunitjava.metrics that return TypeIdModifier and TypeMethodDescriptionCohesionValue.subject()Returns the value of thesubjectrecord component.Methods in dev.archunitjava.metrics that return types with arguments of type TypeIdModifier and TypeMethodDescriptionSourceMetricReport.excludedGeneratedTypes()Returns the value of theexcludedGeneratedTypesrecord component.SourceMetricReport.missingSourceTypes()Returns the value of themissingSourceTypesrecord component.Method parameters in dev.archunitjava.metrics with type arguments of type TypeIdModifier and TypeMethodDescriptionstatic List<ComponentComposition> ComponentCompositions.mapped(Collection<JavaType> types, Map<TypeId, ? extends StableId> componentByType, AbstractnessScope scope) Every non-package-info type requires an explicit mapping, allowing two types in one Java package to remain separate in a module projection.Constructors in dev.archunitjava.metrics with parameters of type TypeIdModifierConstructorDescriptionCohesionValue(TypeId subject, LcomVariant variant, MetricAvailability availability, Optional<MetricAmount> amount, int methodCount, int fieldCount, String explanation) Creates an instance of aCohesionValuerecord class. -
Uses of TypeId in dev.archunitjava.slices
Methods in dev.archunitjava.slices that return types with arguments of type TypeIdModifier and TypeMethodDescriptionJavaSlice.types()Returns the value of thetypesrecord component.SliceModel.unmatchedTypes()Methods in dev.archunitjava.slices with parameters of type TypeIdConstructor parameters in dev.archunitjava.slices with type arguments of type TypeId