public class ProxyOutputterFactory extends Object
ProxyOutputter
given a
proxy interface.Constructor and Description |
---|
ProxyOutputterFactory(TypeOracle oracle,
TreeLogger logger,
ClassCollection classCollection,
GinjectorInspector ginjectorInspector,
PresenterInspector presenterInspector) |
Modifier and Type | Method and Description |
---|---|
ProxyOutputter |
create(JClassType proxyInterface)
Instantiates the adequate
ProxyOutputter given a
proxy interface. |
public ProxyOutputterFactory(TypeOracle oracle, TreeLogger logger, ClassCollection classCollection, GinjectorInspector ginjectorInspector, PresenterInspector presenterInspector)
public ProxyOutputter create(JClassType proxyInterface) throws UnableToCompleteException
ProxyOutputter
given a
proxy interface.proxyInterface
- The proxy interface for which to create a ProxyOutputter
.ProxyOutputter
.UnableToCompleteException
- If something goes wrong. An error will be logged.Copyright © 2010-2014 ArcBees. All Rights Reserved.