Uses of Class
org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
Packages that use MapperAnnotationBuilder.AnnotationWrapper
Package
Description
Parses annotions to create a Configuration.
-
Uses of MapperAnnotationBuilder.AnnotationWrapper in org.apache.ibatis.builder.annotation
Methods in org.apache.ibatis.builder.annotation that return types with arguments of type MapperAnnotationBuilder.AnnotationWrapperModifier and TypeMethodDescriptionprivate final Optional
<MapperAnnotationBuilder.AnnotationWrapper> MapperAnnotationBuilder.getAnnotationWrapper
(Method method, boolean errorIfNoMatch, Class<? extends Annotation>... targetTypes) MapperAnnotationBuilder.getAnnotationWrapper
(Method method, boolean errorIfNoMatch, Collection<Class<? extends Annotation>> targetTypes)