Package io.undertow.servlet.api
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 Summary
-
Method Details
-
createInstanceFactory
- Throws:
NoSuchMethodException
-