Interface TypeProvider

  • All Known Implementing Classes:
    RemoteTypeProvider

    public interface TypeProvider
    This interface is used to get Type by it's string value.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.xebialabs.deployit.plugin.api.reflect.Type getType​(java.lang.String value)  
      com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId getTypeSource()  
    • Method Detail

      • getType

        com.xebialabs.deployit.plugin.api.reflect.Type getType​(java.lang.String value)
      • getTypeSource

        com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId getTypeSource()