Class TypePlainObject

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

public final class TypePlainObject extends Object implements Type
Special type for handing an object type - that maps to java's Object
  • Method Details

    • get

      public static TypePlainObject get()
      Returns the type object representing a plain Object.
      Returns:
      the type object representing a plain Object
    • typeName

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

      public boolean isPlainObject()
      Description copied from interface: Type
      Returns true if this type represents the plain object.
      Specified by:
      isPlainObject in interface Type
      Returns:
      true if this type represents the plain object
    • toString

      public String toString()
      Overrides:
      toString in class Object