Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
    Replaced by AbstractArgumentBinder
    io.micronaut.core.bind.ArgumentBinderRegistry.addRequestArgumentBinder(ArgumentBinder<T, ST>)
    replaced with ArgumentBinderRegistry.addArgumentBinder(ArgumentBinder)
    io.micronaut.core.bind.ArgumentBinderRegistry.findArgumentBinder(Argument<T>, S)
    replaced with ArgumentBinderRegistry.findArgumentBinder(Argument)
    io.micronaut.core.order.OrderUtil.getOrder(Ordered)
    Inline method
    io.micronaut.core.util.CopyOnWriteMap(int)
    Use CopyOnWriteMap.create(int)
  • Deprecated Classes
    Class
    Description
    io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
    Replaced by AbstractArgumentBinder
  • Deprecated Methods
    Method
    Description
    io.micronaut.core.bind.ArgumentBinderRegistry.addRequestArgumentBinder(ArgumentBinder<T, ST>)
    replaced with ArgumentBinderRegistry.addArgumentBinder(ArgumentBinder)
    io.micronaut.core.bind.ArgumentBinderRegistry.findArgumentBinder(Argument<T>, S)
    replaced with ArgumentBinderRegistry.findArgumentBinder(Argument)
    io.micronaut.core.execution.ImperativeExecutionFlow.timeout(Duration, ScheduledExecutorService, BiConsumer<T, Throwable>)
    This method has no effect for ImperativeExecutionFlow, it makes no sense to use it
    io.micronaut.core.order.OrderUtil.getOrder(Ordered)
    Inline method
  • Deprecated Constructors
    Constructor
    Description
    io.micronaut.core.util.CopyOnWriteMap(int)
    Use CopyOnWriteMap.create(int)