Uses of Class
net.officefloor.tutorial.variablehttpserver.Person
-
Packages that use Person Package Description net.officefloor.tutorial.variablehttpserver -
-
Uses of Person in net.officefloor.tutorial.variablehttpserver
Methods in net.officefloor.tutorial.variablehttpserver with parameters of type Person Modifier and Type Method Description static void
ValLogic. useValues(Person person, java.lang.String description, ObjectResponse<ServerResponse> response)
Method parameters in net.officefloor.tutorial.variablehttpserver with type arguments of type Person Modifier and Type Method Description static void
OutLogic. setValues(Out<Person> person, Out<java.lang.String> description)
static void
VarLogic. setValues(Var<Person> person, Var<java.lang.String> description)
static void
InLogic. useValues(In<Person> person, In<java.lang.String> description, ObjectResponse<ServerResponse> response)
-