Uses of Class
org.openjdk.jmc.flightrecorder.writer.api.Types.JDK
-
Packages that use Types.JDK Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of Types.JDK in org.openjdk.jmc.flightrecorder.writer
Methods in org.openjdk.jmc.flightrecorder.writer with parameters of type Types.JDK Modifier and Type Method Description TypeImplRecordingImpl. getType(Types.JDK type) -
Uses of Types.JDK in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return Types.JDK Modifier and Type Method Description static Types.JDKTypes.JDK. valueOf(String name)Returns the enum constant of this type with the specified name.static Types.JDK[]Types.JDK. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmc.flightrecorder.writer.api with parameters of type Types.JDK Modifier and Type Method Description abstract TypeRecording. getType(Types.JDK type)A convenience method to easily get to JDK registered custom types in type-safe manner.
-