Class AircraftTypeList
- java.lang.Object
-
- org.glassfish.jersey.examples.jettison.AircraftTypeList
-
-
Constructor Summary
Constructors Constructor Description AircraftTypeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AircraftType>getAircraftTypes()
-
-
-
Method Detail
-
getAircraftTypes
@GET @Produces({"application/json","application/xml"}) public List<AircraftType> getAircraftTypes()
-
-