Uses of Class
org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
-
Packages that use MapperAnnotationBuilder.AnnotationWrapper Package Description org.apache.ibatis.builder.annotation 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.AnnotationWrapper Modifier and Type Method Description private java.util.Optional<MapperAnnotationBuilder.AnnotationWrapper>
MapperAnnotationBuilder. getAnnotationWrapper(java.lang.reflect.Method method, boolean errorIfNoMatch, java.lang.Class<? extends java.lang.annotation.Annotation>... targetTypes)
private java.util.Optional<MapperAnnotationBuilder.AnnotationWrapper>
MapperAnnotationBuilder. getAnnotationWrapper(java.lang.reflect.Method method, boolean errorIfNoMatch, java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> targetTypes)
-