Enum Class的使用
cn.taketoday.core.annotation.IntrospectionFailureLogger
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
cn.taketoday.core.annotation中IntrospectionFailureLogger的使用
修饰符和类型方法说明static IntrospectionFailureLoggerReturns the enum constant of this class with the specified name.static IntrospectionFailureLogger[]IntrospectionFailureLogger.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明(专用程序包) static <A extends Annotation>
TypeMappedAnnotation<A>TypeMappedAnnotation.createIfPossible(AnnotationTypeMapping mapping, MergedAnnotation<?> annotation, IntrospectionFailureLogger logger) (专用程序包) static <A extends Annotation>
TypeMappedAnnotation<A>TypeMappedAnnotation.createIfPossible(AnnotationTypeMapping mapping, Object source, Annotation annotation, int aggregateIndex, IntrospectionFailureLogger logger) private static <A extends Annotation>
TypeMappedAnnotation<A>TypeMappedAnnotation.createIfPossible(AnnotationTypeMapping mapping, Object source, Object rootAttribute, ValueExtractor valueExtractor, int aggregateIndex, IntrospectionFailureLogger logger) (专用程序包) <A extends Annotation>
MergedAnnotation<A>TypeMappedAnnotations.Aggregate.createMergedAnnotationIfPossible(int annotationIndex, int mappingIndex, IntrospectionFailureLogger logger)