Uses of Interface
org.openjdk.jmc.flightrecorder.writer.api.TypedFieldValue
-
Packages that use TypedFieldValue Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of TypedFieldValue in org.openjdk.jmc.flightrecorder.writer
Classes in org.openjdk.jmc.flightrecorder.writer that implement TypedFieldValue Modifier and Type Class Description classTypedFieldValueImpl -
Uses of TypedFieldValue in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return types with arguments of type TypedFieldValue Modifier and Type Method Description Map<String,? extends TypedFieldValue>TypedValueBuilder. build()Map<String,? extends TypedFieldValue>Annotation. getAttributes()List<? extends TypedFieldValue>TypedValue. getFieldValues()Constructor parameters in org.openjdk.jmc.flightrecorder.writer.api with type arguments of type TypedFieldValue Constructor Description Annotation(Type type, Map<String,? extends TypedFieldValue> attributes, Annotation... annotations)Create a new Annotation instance
-