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