Uses of Interface
org.jboss.invocation.proxy.ConstructorBodyCreator
-
Packages that use ConstructorBodyCreator Package Description org.jboss.invocation.proxy -
-
Uses of ConstructorBodyCreator in org.jboss.invocation.proxy
Classes in org.jboss.invocation.proxy that implement ConstructorBodyCreator Modifier and Type Class Description classDefaultConstructorBodyCreatorConstructor override that simply delegates tosuper().classProxyFactory.ProxyConstructorBodyCreatorGenerates a proxy constructor that delegates to super(), and then sets the constructed flag to true.Methods in org.jboss.invocation.proxy that return ConstructorBodyCreator Modifier and Type Method Description ConstructorBodyCreatorAbstractSubclassFactory. getDefaultConstructorOverride()Returns the defaultConstructorBodyCreatorto use then creating overridden subclasses.Methods in org.jboss.invocation.proxy with parameters of type ConstructorBodyCreator Modifier and Type Method Description protected voidAbstractSubclassFactory. createConstructorDelegates(ConstructorBodyCreator creator)Adds constructors that delegate the the superclass constructor for all non-private constructors present on the superclass
-