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