Uses of Interface
org.openjdk.jmc.flightrecorder.writer.api.Types.Predefined
-
Packages that use Types.Predefined Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of Types.Predefined in org.openjdk.jmc.flightrecorder.writer
Methods in org.openjdk.jmc.flightrecorder.writer with parameters of type Types.Predefined Modifier and Type Method Description TypeImplTypesImpl. getOrAdd(Types.Predefined type, String supertype, Consumer<TypeStructureBuilder> builderCallback)TypeImplTypesImpl. getOrAdd(Types.Predefined type, Consumer<TypeStructureBuilder> builderCallback)TypeImplTypesImpl. getType(Types.Predefined type) -
Uses of Types.Predefined in org.openjdk.jmc.flightrecorder.writer.api
Classes in org.openjdk.jmc.flightrecorder.writer.api that implement Types.Predefined Modifier and Type Class Description static classTypes.BuiltinBuilt-in typesstatic classTypes.JDKTypes (subset of) defined by the JFR JVM implementationMethods in org.openjdk.jmc.flightrecorder.writer.api with parameters of type Types.Predefined Modifier and Type Method Description TAnnotatedElementBuilder. addAnnotation(Types.Predefined type)Add a predefined annotationTAnnotatedElementBuilder. addAnnotation(Types.Predefined type, String value)Add a predefined annotation with a valueTAnnotatedElementBuilder. addAnnotation(Types.Predefined type, Consumer<TypedValueBuilder> builderCallback)Add an annotation of the given type and with the given values arrayTypeStructureBuilderTypeStructureBuilder. addField(String name, Types.Predefined type)Add a field of the given name and (predefined) typeTypeStructureBuilderTypeStructureBuilder. addField(String name, Types.Predefined type, Consumer<TypedFieldBuilder> fieldCallback)Add a field of the given name and (predefined) type and with a customization callbackabstract TypeTypes. getOrAdd(Types.Predefined type, String supertype, Consumer<TypeStructureBuilder> builderCallback)Retrieve the given type or create it a-new if it hasn't been added yet.abstract TypeTypes. getOrAdd(Types.Predefined type, Consumer<TypeStructureBuilder> builderCallback)Retrieve the given type or create it a-new if it hasn't been added yet.abstract TypeTypes. getType(Types.Predefined type)A convenience shortcut to get a Type instance corresponding to the Types.Predefined type
-