Package org.apache.juneau.rest.guard
Class RestGuardList
java.lang.Object
org.apache.juneau.rest.guard.RestGuardList
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
RestGuardList
(RestGuardList.Builder builder) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionasArray()
Returns the entries in this list.static RestGuardList.Builder
Static creator.
-
Constructor Details
-
RestGuardList
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 entries in this list.- Returns:
- The entries in this list.
-