Module swim.uri
Package swim.uri

Class UriPatternForm

java.lang.Object
swim.structure.Form<UriPattern>
swim.uri.UriPatternForm

public class UriPatternForm extends swim.structure.Form<UriPattern>
  • Method Summary

    Modifier and Type
    Method
    Description
    cast(swim.structure.Item value)
     
    swim.structure.Item
     
     
     

    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, unit

    Methods inherited from class java.lang.Object

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

    • type

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

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

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

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