Class TypeObject

java.lang.Object
dk.mada.jaxrs.model.types.TypeObject
All Implemented Interfaces:
Type

public final class TypeObject extends Object implements Type
Special type for handing object type.
  • Method Details

    • get

      public static TypeObject get()
      Returns the type object representing a base object.
      Returns:
      the type object representing a base object
    • 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