Package org.apache.juneau.rest.matcher
Class RestMatcherList
java.lang.Object
org.apache.juneau.rest.matcher.RestMatcherList
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
RestMatcherList
(RestMatcherList.Builder builder) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic RestMatcherList.Builder
Static creator.Returns the entries in this list that are specified as optional.Returns the entries in this list that are specified as required.
-
Constructor Details
-
RestMatcherList
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.
-
getOptionalEntries
Returns the entries in this list that are specified as optional.- Returns:
- An unmodifiable list of entries in this list that are specified as optional.
-
getRequiredEntries
Returns the entries in this list that are specified as required.- Returns:
- An unmodifiable list of entries in this list that are specified as required.
-