Uses of Interface
org.glassfish.jersey.server.filter.UriConnegFilter.TypeParser
Packages that use UriConnegFilter.TypeParser
-
Uses of UriConnegFilter.TypeParser in org.glassfish.jersey.server.filter
Methods in org.glassfish.jersey.server.filter with parameters of type UriConnegFilter.TypeParserModifier and TypeMethodDescriptionUriConnegFilter.parseAndValidateMappings
(String property, Object mappings, UriConnegFilter.TypeParser<T> parser) private static <T> void
UriConnegFilter.parseMappings
(String property, String mappings, Map<String, T> mappingsMap, UriConnegFilter.TypeParser<T> parser)