Interface ResolveOptions
-
public interface ResolveOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasDecorators()ResolveOptionswithDecorators()ResolveOptionswithoutDecorators()
-
-
-
Method Detail
-
hasDecorators
boolean hasDecorators()
-
withDecorators
ResolveOptions withDecorators()
-
withoutDecorators
ResolveOptions withoutDecorators()
-
-