Package org.jboss.resteasy.reactive.server
-
Interface Summary Interface Description SimpleResourceInfo Type that can be injected into places where ResourceInfo can. -
Class Summary Class Description SimpleResourceInfo.NullValues -
Annotation Types Summary Annotation Type Description ServerExceptionMapper When used on a method, then an implementation ofExceptionMapperis generated that calls the annotated method with the proper arguments.ServerRequestFilter When used on a method, then an implementation ofContainerRequestFilteris generated that calls the annotated method with the proper argumentsServerResponseFilter When used on a method, then an implementation ofContainerResponseContextis generated that calls the annotated method with the proper arguments The idea behind using this is to make it much to write aServerResponseFilteras all the necessary information is passed as arguments to the method instead of forcing the author to use a mix of@Contextand programmatic CDI look-ups.