Uses of Class
org.archifacts.core.model.BuildingBlockType
-
Packages that use BuildingBlockType Package Description org.archifacts.core.descriptor org.archifacts.core.model -
-
Uses of BuildingBlockType in org.archifacts.core.descriptor
Methods in org.archifacts.core.descriptor that return BuildingBlockType Modifier and Type Method Description BuildingBlockTypeBuildingBlockDescriptor. type()The type of theBuildingBlockwhich this descriptor describes.Methods in org.archifacts.core.descriptor with parameters of type BuildingBlockType Modifier and Type Method Description static BuildingBlockDescriptorBuildingBlockDescriptor. forAnnotatedWith(BuildingBlockType buildingBlockType, Class<? extends Annotation> type)Convenient method to create a new descriptor matching alljava classesthat are annotated with the given annotation.static BuildingBlockDescriptorBuildingBlockDescriptor. forAssignableTo(BuildingBlockType buildingBlockType, Class<?>... types)Convenient method to create a new descriptor matching alljava classesthat are assignable to at least one of the given types.static BuildingBlockDescriptorBuildingBlockDescriptor. forMetaAnnotatedWith(BuildingBlockType buildingBlockType, Class<? extends Annotation> type)Convenient method to create a new descriptor matching alljava classesthat are meta-annotated with the given annotation.static BuildingBlockDescriptorBuildingBlockDescriptor. forSimpleNameEndingWith(BuildingBlockType buildingBlockType, String suffix)Convenient method to create a new descriptor matching alljava classeswhose simple name ends with a given suffix. -
Uses of BuildingBlockType in org.archifacts.core.model
Methods in org.archifacts.core.model that return BuildingBlockType Modifier and Type Method Description BuildingBlockTypeBuildingBlock. getType()static BuildingBlockTypeBuildingBlockType. of(String name)Methods in org.archifacts.core.model with parameters of type BuildingBlockType Modifier and Type Method Description default Set<BuildingBlock>HasArtifacts. getBuildingBlocksOfType(BuildingBlockType buildingBlockType)default Set<BuildingBlock>HasArtifacts. getBuildingBlocksOfTypes(BuildingBlockType... buildingBlockTypes)
-