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

Method createClass

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

Generate a new class if necessary and return it without creating a new instance. This ignores any callbacks that have been set. To create a new instance you will have to use reflection, and methods called during the constructor will not be intercepted. To avoid this problem, use the multi-arg

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

testArgInitMethod · 0.95
testNamingPolicyMethod · 0.95
testUnusedCallbackMethod · 0.95
testRegisterCallbacksMethod · 0.95
getProxyClassMethod · 0.95

Calls 1

createHelperMethod · 0.95

Tested by 6

testArgInitMethod · 0.76
testNamingPolicyMethod · 0.76
testUnusedCallbackMethod · 0.76
testRegisterCallbacksMethod · 0.76