Interface TypeProvider

All Known Implementing Classes:
RemoteTypeProvider

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

    Modifier and Type
    Method
    Description
    com.xebialabs.deployit.plugin.api.reflect.Type
    getType(String value)
     
    com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId
     
  • Method Details

    • getType

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

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