Class RestMatcherList

java.lang.Object
org.apache.juneau.rest.matcher.RestMatcherList

public class RestMatcherList extends Object
A list of RestMatcher objects.
See Also:
  • Constructor Details

  • Method Details

    • create

      public static RestMatcherList.Builder create(BeanStore beanStore)
      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.