View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gateway-provider-rewrite-func-service-registry-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.knox.gateway.svcregfunc.api
├─ org.apache.knox.gateway.svcregfunc.api.ServiceAddressFunctionDescriptor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.api.ServiceHostFunctionDescriptor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.api.ServiceMappedAddressFunctionDescriptor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.api.ServiceMappedHostFunctionDescriptor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.api.ServiceMappedUrlFunctionDescriptor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.api.ServicePathFunctionDescriptor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.api.ServicePortFunctionDescriptor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.api.ServiceSchemeFunctionDescriptor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.api.ServiceUrlFunctionDescriptor.class - [JAR]
org.apache.knox.gateway.svcregfunc.impl
├─ org.apache.knox.gateway.svcregfunc.impl.ServiceAddressFunctionProcessor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServiceHostFunctionProcessor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServiceMappedAddressFunctionProcessor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServiceMappedHostFunctionProcessor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServiceMappedUrlFunctionProcessor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServicePathFunctionProcessor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServicePortFunctionProcessor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServiceRegistryFunctionProcessorBase.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServiceSchemeFunctionProcessor.class - [JAR]
├─ org.apache.knox.gateway.svcregfunc.impl.ServiceUrlFunctionProcessor.class - [JAR]