Uses of Interface
org.proxy4j.core.reflect.MethodExtractor
-
Packages that use MethodExtractor Package Description org.proxy4j.core.reflect -
-
Uses of MethodExtractor in org.proxy4j.core.reflect
Classes in org.proxy4j.core.reflect that implement MethodExtractor Modifier and Type Class Description classBaseMethodExtractorAbstract base class for method extractors.classBasicMethodExtractorExtracts method information from the given type.classInheritableMethodExtractorA two-levelMethodExtractorwhere the super type acts as an additional source of information, e.g.classMultitypeMethodExtractorMethod extractor for multiple types.classUnitypeMethodExtractorMethod extractor for single type.
-