Uses of Class
org.apache.juneau.serializer.SerializerMatch
Packages that use SerializerMatch
- 
Uses of SerializerMatch in org.apache.juneau.restMethods in org.apache.juneau.rest that return types with arguments of type SerializerMatchModifier and TypeMethodDescriptionRestResponse.getSerializerMatch()Returns the matching serializer and media type for this response.
- 
Uses of SerializerMatch in org.apache.juneau.serializerMethods in org.apache.juneau.serializer that return SerializerMatchModifier and TypeMethodDescriptionSerializerSet.getSerializerMatch(String acceptHeader) Searches the group for a serializer that can handle the specifiedAccept value.SerializerSet.getSerializerMatch(MediaType mediaType) Same asSerializerSet.getSerializerMatch(String)but matches using aMediaTypeinstance.