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 voidValLogic. 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 voidOutLogic. setValues(Out<Person> person, Out<java.lang.String> description)static voidVarLogic. setValues(Var<Person> person, Var<java.lang.String> description)static voidInLogic. useValues(In<Person> person, In<java.lang.String> description, ObjectResponse<ServerResponse> response)
-