Class ModuleDeclaration.ServiceInfo

java.lang.Object
org.jd.core.v1.model.javasyntax.declaration.ModuleDeclaration.ServiceInfo
Enclosing class:
ModuleDeclaration

public static class ModuleDeclaration.ServiceInfo extends Object
  • Field Details

    • interfaceTypeName

      protected String interfaceTypeName
    • implementationTypeNames

      protected List<String> implementationTypeNames
  • Constructor Details

    • ServiceInfo

      public ServiceInfo(String interfaceTypeName, List<String> implementationTypeNames)
  • Method Details

    • getInterfaceTypeName

      public String getInterfaceTypeName()
    • getImplementationTypeNames

      public List<String> getImplementationTypeNames()
    • toString

      public String toString()
      Overrides:
      toString in class Object