Package io.camunda.zeebe.util
Class ReflectUtil
java.lang.Object
io.camunda.zeebe.util.ReflectUtil
-
Method Summary
Modifier and TypeMethodDescriptionimplementationsOfSealedInterface(Class<T> clazz) Returns a stream of all non-interface classes that are a subtypes of the given sealed class.static <T> TnewInstance(Class<T> clazz)
-
Method Details
-
newInstance
-
implementationsOfSealedInterface
Returns a stream of all non-interface classes that are a subtypes of the given sealed class.
-