Uses of Class
org.faktorips.runtime.model.type.read.TypePartCollector
-
Packages that use TypePartCollector Package Description org.faktorips.runtime.model.type.read Internal use classes to read model information from annotations and via reflection. -
-
Uses of TypePartCollector in org.faktorips.runtime.model.type.read
Subclasses of TypePartCollector in org.faktorips.runtime.model.type.read Modifier and Type Class Description classAssociationCollector<T extends Association,D extends AbstractAssociationDescriptor<T>>classAttributeCollector<T extends Attribute,D extends AbstractAttributeDescriptor<T>>classPolicyAssociationCollectorclassPolicyAttributeCollectorclassProductAssociationCollectorclassProductAttributeCollectorclassTableUsageCollectorclassValidationRuleCollectorConstructors in org.faktorips.runtime.model.type.read with parameters of type TypePartCollector Constructor Description TypePartsReader(TypePartCollector<?,?>... collectors)
-