Package org.proxy4j.core.reflect
-
Interface Summary Interface Description MethodExtractor Interface for any class that can extract methods from a class for the purpose of proxying them. -
Class Summary Class Description BaseMethodExtractor Abstract base class for method extractors.BasicMethodExtractor Extracts method information from the given type.InheritableMethodExtractor A two-levelMethodExtractorwhere the super type acts as an additional source of information, e.g.MultitypeMethodExtractor Method extractor for multiple types.SignatureKey Represents a method key for methods within the same class hierarchy.UnitypeMethodExtractor Method extractor for single type. -
Enum Summary Enum Description Modifier An enumeration of other modifiers besidesVisibilitythat are of interest to theMethodExtractor.Visibility Enumeration of class member visibility.