Class IncludeExcludeContentSelector<T>

java.lang.Object
org.springframework.boot.loader.tools.layer.IncludeExcludeContentSelector<T>
Type Parameters:
T - the content type
All Implemented Interfaces:
ContentSelector<T>

public class IncludeExcludeContentSelector<T> extends Object implements ContentSelector<T>
ContentSelector backed by include/exclude filters.
Since:
2.3.0
Author:
Madhura Bhave, Phillip Webb