Module swim.uri
Package swim.uri

Class UriPathForm

java.lang.Object
swim.structure.Form<UriPath>
swim.uri.UriPathForm

public class UriPathForm extends swim.structure.Form<UriPath>
  • Method Summary

    Modifier and Type
    Method
    Description
    cast(swim.structure.Item item)
     
    swim.structure.Item
    mold(UriPath value)
     
     
     
    swim.structure.Form<UriPath>
    unit(UriPath unit)
     

    Methods inherited from class swim.structure.Form

    cast, forArray, forBigInteger, forBoolean, forBuiltin, forByte, forByteBuffer, forCharacter, forClass, forClass, forCollection, forDouble, forFloat, forInteger, forItem, forList, forLong, forMap, forMap, forNumber, forSet, forShort, forString, forValue, isBuiltin, mold, tag, tag

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • unit

      public UriPath unit()
      Overrides:
      unit in class swim.structure.Form<UriPath>
    • unit

      public swim.structure.Form<UriPath> unit(UriPath unit)
      Overrides:
      unit in class swim.structure.Form<UriPath>
    • type

      public Class<UriPath> type()
      Specified by:
      type in class swim.structure.Form<UriPath>
    • mold

      public swim.structure.Item mold(UriPath value)
      Specified by:
      mold in class swim.structure.Form<UriPath>
    • cast

      public UriPath cast(swim.structure.Item item)
      Specified by:
      cast in class swim.structure.Form<UriPath>