Skip navigation links
Oracle REST Data Services Java API Reference
Release 25.1

G25761-01
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help

Deprecated API

Contents

  • Interfaces
  • Annotation Interfaces
  • Fields
  • Methods
  • Deprecated Interfaces
    Interface
    Description
    oracle.dbtools.plugin.api.di.Instantiator
    Alternative techniques for accelerating dependency injection make the use of this interface redundant
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    oracle.dbtools.plugin.api.conf.ConfigurationSetting.Description
    since 20.3.0. Use Builder#
  • Deprecated Fields
    Field
    Description
    oracle.dbtools.plugin.api.di.InstanceLocator.INSTANTIATOR_TYPE_SUFFIX
    The Instantiator concept has been deprecated
  • Deprecated Methods
    Method
    Description
    oracle.dbtools.plugin.api.di.InstanceLocator.select<wbr>(Class<T>, Annotation...)
    Use InstanceLocator.select(TypeQualifier) instead
    oracle.dbtools.plugin.api.json.JSONReader.remove()
    oracle.dbtools.plugin.api.types.TypeQualifier.Builder.qualifiers<wbr>(Annotation...)
    oracle.dbtools.plugin.api.types.TypeQualifier.from<wbr>(Class<T>, Annotation...)
    use TypeQualifier.named(Class, String), TypeQualifier.any(Class) or TypeQualifier.provides(Class) to more accurately identify the TypeQualifier
    oracle.dbtools.plugin.api.types.TypeQualifier.from<wbr>(Class<T>, Iterable<? extends Annotation>)
    use TypeQualifier.named(Class, String), TypeQualifier.any(Class) or TypeQualifier.provides(Class) to more accurately identify the TypeQualifier

Copyright © 2018, 2025, Oracle and/or its affiliates. All rights reserved.