Class WeaponXOperations.PassthroughMetadataResolver

java.lang.Object
org.mule.test.marvel.xmen.WeaponXOperations.PassthroughMetadataResolver
All Implemented Interfaces:
org.mule.runtime.api.metadata.resolving.NamedTypeResolver, org.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>
Enclosing class:
WeaponXOperations

public static class WeaponXOperations.PassthroughMetadataResolver extends Object implements org.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>
  • Constructor Details

    • PassthroughMetadataResolver

      public PassthroughMetadataResolver()
  • Method Details

    • getCategoryName

      public String getCategoryName()
      Specified by:
      getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolver
    • getOutputType

      public org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext context, Object key)
      Specified by:
      getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>