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.restMethods 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.converterClasses in org.apache.juneau.rest.converter that implement RestConverterModifier and TypeClassDescriptionclassConverter for enablement ofObjectIntrospectorsupport on response objects returned by a@RestOp -annotated method.classConverter for enabling of search/view/sort/page support on response objects returned by a@RestOp -annotated method.classConverter for enabling ofObjectRestsupport 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 aRestConverterarray.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.