| Modifier and Type | Method and Description |
|---|---|
void |
CommentProcessorRegistry.registerCommentProcessor(Class<?> interfaceClass,
ICommentProcessor commentProcessor)
Registers the specified ICommentProcessor as an implementation of the
specified interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCommentProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayIfProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
RepeatProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplaceWithProcessor |
| Modifier and Type | Method and Description |
|---|---|
ProxyBuilder<T> |
ProxyBuilder.withInterface(Class<?> interfaceClass,
ICommentProcessor interfaceImpl)
Specifies an interfaces and an implementation of an interface by which the root object
shall be extended.
|
| Constructor and Description |
|---|
ProxyMethodHandler(Object root,
Map<Class<?>,ICommentProcessor> interfacesWithImplementations) |
Copyright © 2017. All rights reserved.