public class MethodTypeStringify extends TypeStringify
| Constructor and Description |
|---|
MethodTypeStringify(java.lang.reflect.Method method)
Create a new MethodTypeStringify.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
stringify(java.lang.Object value)
Convert an instance of the configuration type into a string.
|
getInferred, getInstancepublic MethodTypeStringify(java.lang.reflect.Method method)
method - A method that takes no argument.public java.lang.String stringify(java.lang.Object value)
TypeStringifystringify in class TypeStringifyvalue - The configuration value.