Package org.apache.juneau.rest.converter
Class RestConverterList
java.lang.Object
org.apache.juneau.rest.converter.RestConverterList
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor. -
Method Summary
Modifier and TypeMethodDescriptionasArray()
Returns the contents of this list as aRestConverter
array.static RestConverterList.Builder
Static 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 aRestConverter
array.- Returns:
- The contents of this list as a
RestConverter
array.
-