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