Class AnnotationMethodAttributeMappingReader
java.lang.Object
com.blazebit.persistence.view.impl.metamodel.AbstractAnnotationAttributeMappingReader
com.blazebit.persistence.view.impl.metamodel.AnnotationMethodAttributeMappingReader
public class AnnotationMethodAttributeMappingReader
extends AbstractAnnotationAttributeMappingReader
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from class com.blazebit.persistence.view.impl.metamodel.AbstractAnnotationAttributeMappingReader
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadMethodAttributeMapping(ViewMapping viewMapping, Annotation mapping, String attributeName, Method method, AnnotatedElement annotatedElement, int attributeIndex) Methods inherited from class com.blazebit.persistence.view.impl.metamodel.AbstractAnnotationAttributeMappingReader
applyCommonMappings, getElementCollectionType
-
Constructor Details
-
AnnotationMethodAttributeMappingReader
-
-
Method Details
-
readMethodAttributeMapping
public MethodAttributeMapping readMethodAttributeMapping(ViewMapping viewMapping, Annotation mapping, String attributeName, Method method, AnnotatedElement annotatedElement, int attributeIndex)
-