Uses of Interface
org.apache.juneau.rest.converter.RestConverter
Packages that use RestConverter
Package
Description
REST Server API
REST Response Converters
-
Uses of RestConverter in org.apache.juneau.rest
Methods in org.apache.juneau.rest with parameters of type RestConverterModifier and TypeMethodDescriptionRestOpContext.Builder.converters
(RestConverter... value) Adds one or more converters to this operation. -
Uses of RestConverter in org.apache.juneau.rest.converter
Classes in org.apache.juneau.rest.converter that implement RestConverterModifier and TypeClassDescriptionclass
Converter for enablement ofObjectIntrospector
support on response objects returned by a@RestOp -annotated method.class
Converter for enabling of search/view/sort/page support on response objects returned by a@RestOp -annotated method.class
Converter for enabling ofObjectRest
support on response objects returned by a@RestOp -annotated method.Methods in org.apache.juneau.rest.converter that return RestConverterModifier and TypeMethodDescriptionRestConverterList.asArray()
Returns the contents of this list as aRestConverter
array.Methods in org.apache.juneau.rest.converter with parameters of type RestConverterModifier and TypeMethodDescriptionRestConverterList.Builder.append
(RestConverter... values) Appends the specified rest matcher objects to the list.