Class Services

java.lang.Object
org.mapstruct.ap.internal.util.Services

public class Services extends Object
A simple locator for SPI implementations.
Author:
Christian Schuster
  • Method Details

    • all

      public static <T> Iterable<T> all(Class<T> serviceType)
    • get

      public static <T> T get(Class<T> serviceType, T defaultValue)