Class MapValue
java.lang.Object
com.langfuse.client.resources.commons.types.MapValue
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanget()inthashCode()static MapValueofOptionalBoolean(Optional<Boolean> value) static MapValueofOptionalFloat(Optional<Float> value) static MapValueofOptionalInteger(Optional<Integer> value) static MapValueofOptionalListOfString(Optional<List<String>> value) static MapValueofOptionalString(Optional<String> value) toString()<T> Tvisit(MapValue.Visitor<T> visitor)