Class AnnotationOverrides

    • Constructor Detail

      • AnnotationOverrides

        public AnnotationOverrides()
    • Method Detail

      • mixInsFor

        public List<Class<?>> mixInsFor​(Class<?> beanClass)
        Method called to find out which class(es) are to be used as source for annotations to mix in for given type.
        Returns:
        List of mix-in sources (starting with highest priority); can be null or empty list if no mix-ins are to be used.
      • builder

        public static AnnotationOverrides.StdBuilder builder()
        Method for constructing builder for creating simple overrides provider that just uses direct assignments (target-to-override classes)