Interface ClassIntrospecter

  • All Known Implementing Classes:
    DefaultClassIntrospector

    public interface ClassIntrospecter
    Interface that is provided by the container to create a servlet / filter / listener definition from a given class, based on the annotations present on the class. This is needed to allow for annotations to be taken into account when servlets etc are added programatically.
    Author:
    Stuart Douglas
    • Method Detail

      • createInstanceFactory

        <T> InstanceFactory<T> createInstanceFactory​(java.lang.Class<T> clazz)
                                              throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException