Uses of Class
fish.payara.ejb.http.protocol.LookupRequest
-
Packages that use LookupRequest Package Description fish.payara.ejb.http.endpoint fish.payara.ejb.http.protocol.rs -
-
Uses of LookupRequest in fish.payara.ejb.http.endpoint
Methods in fish.payara.ejb.http.endpoint with parameters of type LookupRequest Modifier and Type Method Description jakarta.ws.rs.core.ResponseEjbOverHttpResource. lookupJavaSerialization(LookupRequest body)jakarta.ws.rs.core.ResponseEjbOverHttpResource. lookupJsonb(LookupRequest body) -
Uses of LookupRequest in fish.payara.ejb.http.protocol.rs
Methods in fish.payara.ejb.http.protocol.rs that return LookupRequest Modifier and Type Method Description LookupRequestJsonbLookupMessageBodyReader. readFrom(Class<LookupRequest> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)Method parameters in fish.payara.ejb.http.protocol.rs with type arguments of type LookupRequest Modifier and Type Method Description LookupRequestJsonbLookupMessageBodyReader. readFrom(Class<LookupRequest> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
-