public abstract class BehaviorProcessor extends Processor
| Constructor and Description |
|---|
BehaviorProcessor(Behavior behavior,
DeflectorWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
protected Behavior |
getBehavior() |
protected abstract java.lang.reflect.Type |
getGenericReturnType() |
protected abstract java.lang.String |
getName() |
void |
process() |
getShowTypeVariableDefinition, getShowTypeVariableReference, getWriter, isAbstract, isCheckedExceptionClass, isNonStaticInnerClass, isProtected, isPublic, isStatic, setWriter, typesToString, typesToString, typeToStringpublic BehaviorProcessor(Behavior behavior, DeflectorWriter writer)