类 AnnotationDefaultValueHelper
java.lang.Object
org.dromara.autotable.solon.util.AnnotationDefaultValueHelper
获取注解默认值
- 作者:
- tangzc,chengliang4810
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <A extends Annotation>
AcreateAnnotationInstance(Class<A> annotationType, Map<String, Object> values) static <A extends Annotation>
AgetAnnotationWithDefaultValues(Class<A> annotationType) static <A extends Annotation>
Map<String, Object> getDefaultValues(Class<A> annotationType)
-
构造器详细资料
-
AnnotationDefaultValueHelper
public AnnotationDefaultValueHelper()
-
-
方法详细资料
-
getAnnotationWithDefaultValues
-
getDefaultValues
-
createAnnotationInstance
public static <A extends Annotation> A createAnnotationInstance(Class<A> annotationType, Map<String, Object> values)
-