Uses of Interface
io.undertow.servlet.api.ClassIntrospecter
-
Packages that use ClassIntrospecter Package Description io.undertow.servlet.api io.undertow.servlet.util -
-
Uses of ClassIntrospecter in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ClassIntrospecter Modifier and Type Method Description ClassIntrospecter
DeploymentInfo. getClassIntrospecter()
Methods in io.undertow.servlet.api with parameters of type ClassIntrospecter Modifier and Type Method Description DeploymentInfo
DeploymentInfo. setClassIntrospecter(ClassIntrospecter classIntrospecter)
-
Uses of ClassIntrospecter in io.undertow.servlet.util
Classes in io.undertow.servlet.util that implement ClassIntrospecter Modifier and Type Class Description class
DefaultClassIntrospector
-