Class PathParamValueParamProvider.PathParamPathSegmentValueSupplier

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

    private static final class PathParamValueParamProvider.PathParamPathSegmentValueSupplier
    extends java.lang.Object
    implements java.util.function.Function<ContainerRequest,​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
      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

      • PathParamPathSegmentValueSupplier

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

      • apply

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