Uses of Class
org.jd.core.v1.model.classfile.attribute.ServiceInfo
-
Packages that use ServiceInfo Package Description org.jd.core.v1.model.classfile.attribute org.jd.core.v1.service.converter.classfiletojavasyntax.processor org.jd.core.v1.service.deserializer.classfile -
-
Uses of ServiceInfo in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as ServiceInfo Modifier and Type Field Description protected ServiceInfo[]
AttributeModule. provides
Methods in org.jd.core.v1.model.classfile.attribute that return ServiceInfo Modifier and Type Method Description ServiceInfo[]
AttributeModule. getProvides()
Constructors in org.jd.core.v1.model.classfile.attribute with parameters of type ServiceInfo Constructor Description AttributeModule(java.lang.String name, int flags, java.lang.String version, ModuleInfo[] requires, PackageInfo[] exports, PackageInfo[] opens, java.lang.String[] uses, ServiceInfo[] provides)
-
Uses of ServiceInfo in org.jd.core.v1.service.converter.classfiletojavasyntax.processor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.processor with parameters of type ServiceInfo Modifier and Type Method Description protected java.util.List<ModuleDeclaration.ServiceInfo>
ConvertClassFileProcessor. convertModuleDeclarationServiceInfo(ServiceInfo[] serviceInfos)
-
Uses of ServiceInfo in org.jd.core.v1.service.deserializer.classfile
Methods in org.jd.core.v1.service.deserializer.classfile that return ServiceInfo Modifier and Type Method Description protected ServiceInfo[]
ClassFileDeserializer. loadServiceInfos(ClassFileReader reader, ConstantPool constants)
-