Class TypeDescription.Generic.AbstractBase

    • Constructor Detail

      • AbstractBase

        public AbstractBase()
    • Method Detail

      • getModifiers

        public int getModifiers()
        Returns the modifier that is described by this object.
        Specified by:
        getModifiers in interface ModifierReviewable
        Returns:
        The modifier that is described by this object.
      • represents

        public boolean represents​(java.lang.reflect.Type type)
        Checks if the type described by this instance represents type.
        Specified by:
        represents in interface TypeDefinition
        Parameters:
        type - The type of interest.
        Returns:
        true if the type described by this instance represents type.