Interface ResolveOptions
public interface ResolveOptions
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Method Details
-
hasDecorators
boolean hasDecorators() -
shouldResolveReferences
boolean shouldResolveReferences() -
withDecorators
ResolveOptions withDecorators() -
withoutDecorators
ResolveOptions withoutDecorators() -
withoutReferences
ResolveOptions withoutReferences() -
withReferences
ResolveOptions withReferences()
-