public class MethodInfo extends TypeInfo implements Formattable
| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
| Modifier and Type | Field and Description |
|---|---|
TypeInfo[] |
parameters |
| Constructor and Description |
|---|
MethodInfo(String name,
org.springframework.core.ResolvableType type,
String title,
String description,
String icon,
List<Class<?>> editors,
TypeInfo[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
formatTo(Formatter formatter,
int flags,
int width,
int precision) |
String |
getPropertyName() |
boolean |
isGetter() |
boolean |
isProperty()
Gets the value of the property property.
|
boolean |
isSetter() |
protected void |
map(BiConsumer<String,Object> consumer) |
boolean |
matches(Executable executable) |
protected void map(BiConsumer<String,Object> consumer)
public boolean isSetter()
public boolean isGetter()
public boolean isProperty()
public String getPropertyName()
public boolean matches(Executable executable)
public void formatTo(Formatter formatter, int flags, int width, int precision)
formatTo in interface FormattableCopyright © 2012–2017 MARID software development group. All rights reserved.