Package org.apache.juneau.rest.converter
Class RestConverterList
java.lang.Object
org.apache.juneau.rest.converter.RestConverterList
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor.
- 
Method SummaryModifier and TypeMethodDescriptionasArray()Returns the contents of this list as aRestConverterarray.static RestConverterList.BuilderStatic creator.
- 
Constructor Details- 
RestConverterListConstructor.- Parameters:
- builder- The builder containing the contents for this list.
 
 
- 
- 
Method Details- 
createStatic creator.- Parameters:
- beanStore- The bean store to use for creating beans.
- Returns:
- A new builder for this object.
 
- 
asArrayReturns the contents of this list as aRestConverterarray.- Returns:
- The contents of this list as a RestConverterarray.
 
 
-