public interface FixtureInterface
| Modifier and Type | Field and Description |
|---|---|
static FixtureBean |
BEAN |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(FixtureBean bean) |
String |
create(String first,
String last,
int age) |
Integer |
createName(String prefix,
String suffix,
int padding) |
void |
myMethod(String first,
String last,
int age,
ZonedDateTime birth,
List<Double> list) |
static final FixtureBean BEAN
Copyright © 2018. All rights reserved.