Uses of Class
org.glassfish.jersey.internal.inject.AnnotationLiteral
-
Packages that use AnnotationLiteral Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes.org.glassfish.jersey.message.filtering Support for Entity Data Filtering in Jersey.org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of AnnotationLiteral in org.glassfish.jersey.client
Subclasses of AnnotationLiteral in org.glassfish.jersey.client Modifier and Type Class Description class
ClientAsyncExecutorLiteral
ClientAsyncExecutor
annotation literal.class
ClientBackgroundSchedulerLiteral
ClientBackgroundScheduler
annotation literal. -
Uses of AnnotationLiteral in org.glassfish.jersey.internal.inject
Subclasses of AnnotationLiteral in org.glassfish.jersey.internal.inject Modifier and Type Class Description class
CustomAnnotationLiteral
Custom
annotation literal. -
Uses of AnnotationLiteral in org.glassfish.jersey.message.filtering
Subclasses of AnnotationLiteral in org.glassfish.jersey.message.filtering Modifier and Type Class Description private static class
SecurityAnnotations.DenyAllImpl
DenyAll annotation implementation.private static class
SecurityAnnotations.PermitAllImpl
PermitAll annotation implementation.private static class
SecurityAnnotations.RolesAllowedImpl
DenyAll annotation implementation. -
Uses of AnnotationLiteral in org.glassfish.jersey.server
Subclasses of AnnotationLiteral in org.glassfish.jersey.server Modifier and Type Class Description class
BackgroundSchedulerLiteral
BackgroundScheduler
annotation literal.class
ManagedAsyncExecutorLiteral
ManagedAsyncExecutor
annotation literal.
-