Serialized Form
-
Package io.github.cjstehno.testthings.fixtures
-
Class io.github.cjstehno.testthings.fixtures.Person
class Person extends Object implements Serializable-
Serialized Fields
-
age
int age
The age of the person. -
birthGender
BirthGender birthGender
The gender of the person at birth. -
name
String name
The name of the person.
-
-
-
-
Package io.github.cjstehno.testthings.inject
-
Exception io.github.cjstehno.testthings.inject.InjectionFailedException
class InjectionFailedException extends RuntimeException implements Serializable
-