Package org.mapstruct.ap.internal.util
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Iterable<T>
all(Class<T> serviceType)
static <T> T
get(Class<T> serviceType, T defaultValue)
-