Class JsonFeature

java.lang.Object
org.minijax.json.JsonFeature
All Implemented Interfaces:
jakarta.ws.rs.core.Feature

public class JsonFeature
extends java.lang.Object
implements jakarta.ws.rs.core.Feature
  • Constructor Summary

    Constructors
    Constructor Description
    JsonFeature()  
  • Method Summary

    Modifier and Type Method Description
    boolean configure​(jakarta.ws.rs.core.FeatureContext context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JsonFeature

      public JsonFeature()
  • Method Details

    • configure

      public boolean configure​(jakarta.ws.rs.core.FeatureContext context)
      Specified by:
      configure in interface jakarta.ws.rs.core.Feature