Uses of Interface
org.glassfish.jersey.message.internal.HttpHeaderReader.ListElementCreator
Packages that use HttpHeaderReader.ListElementCreator
-
Uses of HttpHeaderReader.ListElementCreator in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal declared as HttpHeaderReader.ListElementCreatorModifier and TypeFieldDescriptionprivate static final HttpHeaderReader.ListElementCreator<AcceptableMediaType>
HttpHeaderReader.ACCEPTABLE_MEDIA_TYPE_CREATOR
private static final HttpHeaderReader.ListElementCreator<AcceptableToken>
HttpHeaderReader.ACCEPTABLE_TOKEN_CREATOR
private static final HttpHeaderReader.ListElementCreator<AcceptableLanguageTag>
HttpHeaderReader.LANGUAGE_CREATOR
private static final HttpHeaderReader.ListElementCreator<MatchingEntityTag>
HttpHeaderReader.MATCHING_ENTITY_TAG_CREATOR
private static final HttpHeaderReader.ListElementCreator<javax.ws.rs.core.MediaType>
HttpHeaderReader.MEDIA_TYPE_CREATOR
private static final HttpHeaderReader.ListElementCreator<QualitySourceMediaType>
HttpHeaderReader.QUALITY_SOURCE_MEDIA_TYPE_CREATOR
Methods in org.glassfish.jersey.message.internal with parameters of type HttpHeaderReader.ListElementCreatorModifier and TypeMethodDescriptionprivate static <T> List<T>
HttpHeaderReader.readList
(List<T> l, HttpHeaderReader.ListElementCreator<T> c, String header) private static <T> List<T>
HttpHeaderReader.readList
(HttpHeaderReader.ListElementCreator<T> c, String header) private static <T> List<T>
HttpHeaderReader.readQualifiedList
(Comparator<T> comparator, HttpHeaderReader.ListElementCreator<T> c, String header) HttpHeaderReader.readQualifiedList
(HttpHeaderReader.ListElementCreator<T> c, String header)