Uses of Class
org.glassfish.jersey.examples.flight.validation.ValidAircraftId

Packages that use ValidAircraftId
org.glassfish.jersey.examples.flight.resources   
org.glassfish.jersey.examples.flight.validation   
 

Uses of ValidAircraftId in org.glassfish.jersey.examples.flight.resources
 

Method parameters in org.glassfish.jersey.examples.flight.resources with annotations of type ValidAircraftId
 Flight FlightsResource.create(Integer aircraftId)
           
 String AircraftsResource.delete(Integer id)
           
 Aircraft AircraftsResource.get(Integer aircraftId)
           
 Aircraft AircraftsResource.getAsHtml(Integer id)
           
 

Uses of ValidAircraftId in org.glassfish.jersey.examples.flight.validation
 

Methods in org.glassfish.jersey.examples.flight.validation with parameters of type ValidAircraftId
 void ValidAircraftId.IntegerValidator.initialize(ValidAircraftId ann)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.