public class JavaMethodsToMDCConverter extends Object
Constructor and Description |
---|
JavaMethodsToMDCConverter(Method[] methods,
Constructor[] constructors,
String declaringClass) |
Modifier and Type | Method and Description |
---|---|
List<MethodDescriptionComposite> |
convertMethods()
This will drive the creation of a
MethodDescriptionComposite for every public
Java Method in the methods array and every Java Constructor in the constructors array. |
public JavaMethodsToMDCConverter(Method[] methods, Constructor[] constructors, String declaringClass)
public List<MethodDescriptionComposite> convertMethods()
MethodDescriptionComposite
for every public
Java Method in the methods array and every Java Constructor in the constructors array.List
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.