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