Class ServiceInfo

java.lang.Object
org.jd.core.v1.model.classfile.attribute.ServiceInfo

public class ServiceInfo extends Object
  • Field Details

    • interfaceTypeName

      protected String interfaceTypeName
    • implementationTypeNames

      protected String[] implementationTypeNames
  • Constructor Details

    • ServiceInfo

      public ServiceInfo(String interfaceTypeName, String[] implementationTypeNames)
  • Method Details

    • getInterfaceTypeName

      public String getInterfaceTypeName()
    • getImplementationTypeNames

      public String[] getImplementationTypeNames()
    • toString

      public String toString()
      Overrides:
      toString in class Object