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 crossplane-function-example-=1.15.0-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.crossplane.compositefunctions.example.resource
├─ io.crossplane.compositefunctions.example.resource.ExampleFunctionResource.class - [JAR]
io.crossplane.compositefunctions.example
├─ io.crossplane.compositefunctions.example.ExampleFunctionApplication.class - [JAR]
io.crossplane.compositefunctions.example.model
├─ io.crossplane.compositefunctions.example.model.XBuckets.class - [JAR]
├─ io.crossplane.compositefunctions.example.model.XBucketsSpec.class - [JAR]