Class ContextConfig.JavaClassCacheEntry

  • Enclosing class:
    ContextConfig

    protected static class ContextConfig.JavaClassCacheEntry
    extends java.lang.Object
    Cache entry for a Java class used during annotation scanning.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] interfaceNames
      The names of the implemented interfaces.
      java.lang.String superclassName
      The name of the superclass.
    • Field Detail

      • superclassName

        public final java.lang.String superclassName
        The name of the superclass.
      • interfaceNames

        public final java.lang.String[] interfaceNames
        The names of the implemented interfaces.
    • Method Detail

      • getSuperclassName

        public java.lang.String getSuperclassName()
        Returns the name of the superclass.
        Returns:
        the superclass name
      • getInterfaceNames

        public java.lang.String[] getInterfaceNames()
        Returns the names of the implemented interfaces.
        Returns:
        the interface names
      • getSciSet

        public java.util.Set<ServletContainerInitializer> getSciSet()
        Returns the set of ServletContainerInitializers interested in this class.
        Returns:
        the SCI set
      • setSciSet

        public void setSciSet​(java.util.Set<ServletContainerInitializer> sciSet)
        Sets the set of ServletContainerInitializers interested in this class.
        Parameters:
        sciSet - the SCI set