Interface ServiceDescriptorAccessor<SD extends ServiceDescriptor<?,?>>

Type Parameters:
SD - the generic type
All Known Subinterfaces:
ServiceDescriptorAccessor.ServiceDescriptorProperty<SD>

public interface ServiceDescriptorAccessor<SD extends ServiceDescriptor<?,?>>
Provides an accessor for a ServiceDescriptor property.
  • Method Details

    • getServiceDescriptor

      SD getServiceDescriptor()
      Retrieves the ServiceDescriptor property from the property.
      Returns:
      Returns the ServiceDescriptor property stored by the property.