Does apigee support "import java.util.* package

Does apigee support "import java.util.* package when we use the java callout? @Dino-at-Google @Siddharth Barahalikar @Anil Sagar @ Google

0 3 75
3 REPLIES 3

I don't know about "all" of those packages.

What specifically are you trying to do? specifically?

I am trying to create a jar file which has a jolt spec and a class file, and do the jolt transformation on the fly.

I don't know what jolt is. But you cannot do reflection within an Apigee Java callout.

It sounds like maybe your use case might rely on reflection. That's not gonna work.