Class UnmarshallerAliasResolver

java.lang.Object
org.citrusframework.context.resolver.UnmarshallerAliasResolver
All Implemented Interfaces:
org.citrusframework.context.resolver.TypeAliasResolver<Unmarshaller,org.springframework.oxm.Unmarshaller>

public class UnmarshallerAliasResolver extends Object implements org.citrusframework.context.resolver.TypeAliasResolver<Unmarshaller,org.springframework.oxm.Unmarshaller>
Author:
Christoph Deppisch
  • Constructor Details

    • UnmarshallerAliasResolver

      public UnmarshallerAliasResolver()
  • Method Details

    • isAliasFor

      public boolean isAliasFor(Class<?> sourceType)
      Specified by:
      isAliasFor in interface org.citrusframework.context.resolver.TypeAliasResolver<Unmarshaller,org.springframework.oxm.Unmarshaller>
    • adapt

      public Unmarshaller adapt(Object alias)
      Specified by:
      adapt in interface org.citrusframework.context.resolver.TypeAliasResolver<Unmarshaller,org.springframework.oxm.Unmarshaller>
    • getAliasType

      public Class<org.springframework.oxm.Unmarshaller> getAliasType()
      Specified by:
      getAliasType in interface org.citrusframework.context.resolver.TypeAliasResolver<Unmarshaller,org.springframework.oxm.Unmarshaller>