Class AbstractBookmarkableMapper.MountPathSegment

  • Enclosing class:
    AbstractBookmarkableMapper

    protected static class AbstractBookmarkableMapper.MountPathSegment
    extends java.lang.Object
    • Constructor Detail

      • MountPathSegment

        public MountPathSegment​(int segmentIndex)
    • Method Detail

      • setFixedPart

        public void setFixedPart​(java.lang.String fixedPart)
      • addRequiredParameter

        public void addRequiredParameter()
      • addOptionalParameter

        public void addOptionalParameter()
      • getSegmentIndex

        public int getSegmentIndex()
      • getFixedPart

        public java.lang.String getFixedPart()
      • getMinParameters

        public int getMinParameters()
      • getOptionalParameters

        public int getOptionalParameters()
      • getMaxParameters

        public int getMaxParameters()
      • getFixedPartSize

        public int getFixedPartSize()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object