Class PathParamValueParamProvider.PathParamListPathSegmentValueSupplier

  • All Implemented Interfaces:
    java.util.function.Function<ContainerRequest,​java.util.List<javax.ws.rs.core.PathSegment>>
    Enclosing class:
    PathParamValueParamProvider

    private static final class PathParamValueParamProvider.PathParamListPathSegmentValueSupplier
    extends java.lang.Object
    implements java.util.function.Function<ContainerRequest,​java.util.List<javax.ws.rs.core.PathSegment>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean decode  
      private java.lang.String name  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<javax.ws.rs.core.PathSegment> apply​(ContainerRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • name

        private final java.lang.String name
      • decode

        private final boolean decode
    • Constructor Detail

      • PathParamListPathSegmentValueSupplier

        PathParamListPathSegmentValueSupplier​(java.lang.String name,
                                              boolean decode)
    • Method Detail

      • apply

        public java.util.List<javax.ws.rs.core.PathSegment> apply​(ContainerRequest request)
        Specified by:
        apply in interface java.util.function.Function<ContainerRequest,​java.util.List<javax.ws.rs.core.PathSegment>>