MCPcopy Create free account
hub / github.com/cglib/cglib / Enhancer

Class Enhancer

cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:63–1319  ·  view source on GitHub ↗

Generates dynamic subclasses to enable method interception. This class started as a substitute for the standard Dynamic Proxy support included with JDK 1.3, but one that allowed the proxies to extend a concrete base class, in addition to implementing interfaces. The dynamically generated subclasses

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

createMethod · 0.95
parseTypeMethod · 0.95
parseConstructorMethod · 0.95
parseSignatureMethod · 0.95
getNameMethod · 0.65
getTypeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…