Uses of Interface
org.openjdk.jmc.flightrecorder.writer.api.TypedValue
-
Packages that use TypedValue Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of TypedValue in org.openjdk.jmc.flightrecorder.writer
Classes in org.openjdk.jmc.flightrecorder.writer that implement TypedValue Modifier and Type Class Description classTypedValueImplMethods in org.openjdk.jmc.flightrecorder.writer with parameters of type TypedValue Modifier and Type Method Description TypedValueBuilderTypedValueBuilderImpl. putField(String name, TypedValue value)TypedValueBuilderTypedValueBuilderImpl. putField(String name, TypedValue... values)RecordingImplRecordingImpl. writeEvent(TypedValue event) -
Uses of TypedValue in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return TypedValue Modifier and Type Method Description TypedValueType. asValue(boolean value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(byte value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(char value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(double value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(float value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(int value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(long value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(short value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(Object value)TypedValueType. asValue(String value)Shortcut for wrapping the given value instance as a TypedValue objectTypedValueType. asValue(Consumer<TypedValueBuilder> builderCallback)Shortcut for creating a new TypedValue object for this typeTypedValueTypedFieldValue. getValue()TypedValue[]TypedFieldValue. getValues()TypedValueType. nullValue()Methods in org.openjdk.jmc.flightrecorder.writer.api with parameters of type TypedValue Modifier and Type Method Description AnnotationElementBuilderAnnotationElementBuilder. addArgument(String name, TypedValue value)Add annotation argumentTypedValueBuilderTypedValueBuilder. putField(String name, TypedValue value)Put a named field valueTypedValueBuilderTypedValueBuilder. putField(String name, TypedValue... values)Put a named field array of valuesabstract RecordingImplRecording. writeEvent(TypedValue event)Write a custom event
-