public class MethodDescriptorBuilder extends DefaultDescriptorBuilder<Method>
Modifier and Type | Field and Description |
---|---|
static Action<Method> |
ACTION_PROPERTY |
Constructor and Description |
---|
MethodDescriptorBuilder() |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptorBuilder |
create() |
static List<MethodDescriptorBuilder> |
describe(List<Method> methods,
com.google.common.base.Function<Method,MethodDescriptorBuilder> transformer) |
static List<Method> |
getAllMethods(Class<?> type) |
static List<Method> |
getGetters(Class<?> type) |
static List<Method> |
getPublicMethods(Class<?> type) |
static List<Method> |
getSetters(Class<?> type) |
action, build, getContent, merge, value
public static MethodDescriptorBuilder create()
public static List<MethodDescriptorBuilder> describe(List<Method> methods, com.google.common.base.Function<Method,MethodDescriptorBuilder> transformer)
Copyright © 2014. All Rights Reserved.