Class HttpDataReference


  • @Internal
    public class HttpDataReference
    extends java.lang.Object
    A helper class to store references to httpdata and related information.
    Since:
    1.1.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  HttpDataReference.Component
      Represents a section of the http data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<io.micronaut.http.MediaType> getContentType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getContentType

        public java.util.Optional<io.micronaut.http.MediaType> getContentType()
        Returns:
        The content type of the http data