Interface ResolveOptions


public interface ResolveOptions
  • Method Details

    • hasDecorators

      boolean hasDecorators()
    • shouldResolveReferences

      boolean shouldResolveReferences()
    • withDecorators

      ResolveOptions withDecorators()
    • withoutDecorators

      ResolveOptions withoutDecorators()
    • withoutReferences

      ResolveOptions withoutReferences()
    • withReferences

      ResolveOptions withReferences()