All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static List<SpecMethodModel<DelegateMethod,Void>> |
getMethodModelsWithAnnotation(SpecModel specModel,
Class<? extends Annotation> annotationClass) |
static SpecMethodModel<DelegateMethod,Void> |
getMethodModelWithAnnotation(SpecModel specModel,
Class<? extends Annotation> annotationClass) |
static PropModel |
getPropWithName(SpecModel specModel,
String name) |
static MethodParamModel |
getReferencedParamModelForDiff(SpecModel specModel,
RenderDataDiffModel diffModel) |
static String |
getSpecAccessor(SpecModel specModel) |
static StateParamModel |
getStateValueWithName(SpecModel specModel,
String name) |
static boolean |
hasAnnotation(MethodParamModel methodParam,
Class<?> annotationClass) |
static boolean |
isPropOutput(SpecModel specModel,
MethodParamModel methodParamModel) |
static boolean |
isStateOutput(SpecModel specModel,
MethodParamModel methodParamModel) |
static boolean |
isStateValue(SpecModel specModel,
MethodParamModel methodParamModel) |