Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.api.APISpec
Packages that use APISpec
Package
Description
-
Uses of APISpec in com.aeontronix.enhancedmule.tools.anypoint
Methods in com.aeontronix.enhancedmule.tools.anypoint that return APISpecModifier and TypeMethodDescriptionOrganization.findAPISpecsByIdOrNameAndVersion(String idOrName, String version) Organization.findAPISpecsByNameAndVersion(String name, String version) Methods in com.aeontronix.enhancedmule.tools.anypoint with parameters of type APISpecModifier and TypeMethodDescriptionEnvironment.createAPI(@NotNull APISpec apiSpec, boolean mule4, @Nullable String implementationUrl, String consumerUrl, @Nullable String label, API.Type type) Environment.createAPI(@NotNull APISpec apiSpec, @Nullable String label, Map<String, Object> implementationUrlJson, String consumerUrl) -
Uses of APISpec in com.aeontronix.enhancedmule.tools.anypoint.api
Methods in com.aeontronix.enhancedmule.tools.anypoint.api that return types with arguments of type APISpecMethods in com.aeontronix.enhancedmule.tools.anypoint.api with parameters of type APISpecModifier and TypeMethodDescriptionstatic APIAPI.create(@NotNull Environment environment, @NotNull APISpec apiSpec, boolean mule4, @Nullable String implementationUrl, String consumerUrl, @Nullable String label, @NotNull API.Type type) static APIAPI.create(@NotNull Environment environment, @NotNull APISpec apiSpec, @Nullable String label, Map<String, Object> implementationUrlJson, String consumerUrl) Method parameters in com.aeontronix.enhancedmule.tools.anypoint.api with type arguments of type APISpec