public class FactoryHandler extends Object implements InvocationHandler
Constructor and Description |
---|
FactoryHandler(Configuration configuration)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
Object |
invoke(Object proxy,
Method method,
Object[] args)
Handles both declared factory methods as well as the dynamic create
methods.
|
public FactoryHandler(Configuration configuration)
categories
- the classes specified by a Category annotationCopyright © 2016. All rights reserved.