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