Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionReplaced by
HttpConverterRegistrar(BeanProvider).Not needed anymoreNot needed anymoreReplaced with message body writers / readers API
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionReplaced with
MessageBodyHandlerRegistry.Replaced with message body writers / readers API
-
Deprecated MethodsMethodDescriptionThis method is unnecessary for
AvailableByteBody, it does nothing.This method is unnecessary forAvailableByteBody. UseAvailableByteBody.length()directly.This method is unnecessary forAvailableByteBody. UseAvailableByteBody.split()directly.This method is unnecessary forAvailableByteBody. UseAvailableByteBody.toByteArray()directly.This method is unnecessary forAvailableByteBody. UseAvailableByteBody.toByteBuffer()directly.This method is unnecessary forAvailableByteBody, it does nothing.Not needed anymoreNot needed anymorePlease usemicronaut.server.ssl.portinstead (ServerSslConfiguration.setPort(int)).Please usemicronaut.server.ssl.build-self-signedinstead (SslConfiguration.buildSelfSigned()).Please usemicronaut.server.ssl.portinstead (ServerSslConfiguration.setPort(int)).
-
Deprecated Constructors
-
Deprecated Enum Constants
MessageBodyHandlerRegistry.