Package org.apache.juneau.rest.matcher
Class RestMatcherList
java.lang.Object
org.apache.juneau.rest.matcher.RestMatcherList
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRestMatcherList(RestMatcherList.Builder builder) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionstatic RestMatcherList.BuilderStatic 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- 
RestMatcherListConstructor.- 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.
 
- 
getOptionalEntriesReturns the entries in this list that are specified as optional.- Returns:
- An unmodifiable list of entries in this list that are specified as optional.
 
- 
getRequiredEntriesReturns the entries in this list that are specified as required.- Returns:
- An unmodifiable list of entries in this list that are specified as required.
 
 
-