Class TypeUnknownAtParseTime

java.lang.Object
dk.mada.jaxrs.openapi.TypeUnknownAtParseTime
All Implemented Interfaces:
Type

public final class TypeUnknownAtParseTime extends Object implements Type
Special type for marking types unknown at parse time. In the Reference, these are identified only by their TypeName instead.
  • Method Details

    • get

      public static TypeUnknownAtParseTime get()
      Returns the type representing a yet to be defined type.
      Returns:
      the type representing a yet to be defined type
    • typeName

      public TypeName typeName()
      Description copied from interface: Type
      Returns the type name.
      Specified by:
      typeName in interface Type
      Returns:
      the type name
    • toString

      public String toString()
      Overrides:
      toString in class Object