java.lang.Object
it.uniroma2.art.semanticturkey.config.customservice.Type

public class Type extends Object
Type information used in the definition of a custom service.
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getTypeArguments

      public List<Type> getTypeArguments()
    • fromJavaType

      public static Type fromJavaType(Type javaType)
    • toString

      public String toString()
      Overrides:
      toString in class Object