Uses of Class
org.eclipse.lemminx.customservice.synapse.mediator.tryout.pojo.MediatorInfo
Packages that use MediatorInfo
Package
Description
-
Uses of MediatorInfo in org.eclipse.lemminx.customservice.synapse.mediator
Methods in org.eclipse.lemminx.customservice.synapse.mediator that return MediatorInfoModifier and TypeMethodDescriptionstatic MediatorInfoTryOutUtils.createMediatorInfo(List<String> properties) Create mediator info for the given property JSON String from the debugger. -
Uses of MediatorInfo in org.eclipse.lemminx.customservice.synapse.mediator.tryout
Methods in org.eclipse.lemminx.customservice.synapse.mediator.tryout with parameters of type MediatorInfoModifier and TypeMethodDescriptionstatic voidPropertyInjector.injectProperties(MediatorInfo mediatorInfo, Consumer<com.google.gson.JsonObject> sendCommand) static voidPropertyInjector.injectProperties(MediatorInfo oldInfo, MediatorInfo newInfo, Consumer<com.google.gson.JsonObject> sendCommand) -
Uses of MediatorInfo in org.eclipse.lemminx.customservice.synapse.mediator.tryout.pojo
Methods in org.eclipse.lemminx.customservice.synapse.mediator.tryout.pojo that return MediatorInfoModifier and TypeMethodDescriptionMediatorInfo.deepCopy()MediatorTryoutInfo.getInput()MediatorTryoutRequest.getMediatorInfo()MediatorTryoutInfo.getOutput()Methods in org.eclipse.lemminx.customservice.synapse.mediator.tryout.pojo with parameters of type MediatorInfoModifier and TypeMethodDescriptionvoidMediatorTryoutRequest.setMediatorInfo(MediatorInfo mediatorInfo) Constructors in org.eclipse.lemminx.customservice.synapse.mediator.tryout.pojo with parameters of type MediatorInfoModifierConstructorDescriptionMediatorTryoutInfo(String id, MediatorInfo input, String error) MediatorTryoutInfo(String id, MediatorInfo input, MediatorInfo output) MediatorTryoutInfo(MediatorInfo input, MediatorInfo output)