Class AttributeCollector<T extends Attribute,D extends AbstractAttributeDescriptor<T>>
- java.lang.Object
-
- org.faktorips.runtime.model.type.read.TypePartCollector<T,D>
-
- org.faktorips.runtime.model.type.read.AttributeCollector<T,D>
-
- Direct Known Subclasses:
PolicyAttributeCollector,ProductAttributeCollector
public abstract class AttributeCollector<T extends Attribute,D extends AbstractAttributeDescriptor<T>> extends TypePartCollector<T,D>
-
-
Field Summary
-
Fields inherited from class org.faktorips.runtime.model.type.read.TypePartCollector
NO_NAMES
-
-
Constructor Summary
Constructors Constructor Description AttributeCollector(java.util.List<AnnotationProcessor<?,D>> annotationAccessors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]getNames(AnnotatedDeclaration annotatedDeclaration)-
Methods inherited from class org.faktorips.runtime.model.type.read.TypePartCollector
addPart, createDescriptor, createParts, getDescriptor, getDescriptors, initDescriptors, readAnnotations
-
-
-
-
Constructor Detail
-
AttributeCollector
public AttributeCollector(java.util.List<AnnotationProcessor<?,D>> annotationAccessors)
-
-
Method Detail
-
getNames
protected java.lang.String[] getNames(AnnotatedDeclaration annotatedDeclaration)
- Specified by:
getNamesin classTypePartCollector<T extends Attribute,D extends AbstractAttributeDescriptor<T>>
-
-