public class StepLibraryType extends Object
| Constructor and Description |
|---|
StepLibraryType(Class<?> stepLibraryClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAConstructorWithParameters() |
boolean |
hasAPagesConstructor() |
boolean |
hasAPagesField() |
static StepLibraryType |
ofClass(Class<?> stepLibraryClass) |
static Predicate<Field> |
ofTypePages() |
public StepLibraryType(Class<?> stepLibraryClass)
public static StepLibraryType ofClass(Class<?> stepLibraryClass)
public boolean hasAPagesConstructor()
public boolean hasAConstructorWithParameters()
public boolean hasAPagesField()
Copyright © 2023. All rights reserved.