- JacksonProvider - Class in de.taimos.springcxfdaemon.providers
-
- JacksonProvider() - Constructor for class de.taimos.springcxfdaemon.providers.JacksonProvider
-
- JAXRS_ANNOTATION - Static variable in interface de.taimos.springcxfdaemon.SpringCXFProperties
-
the service annotation
default: de.taimos.springcxfdaemon.JaxRsComponent
- JAXRS_BINDHOST - Static variable in interface de.taimos.springcxfdaemon.SpringCXFProperties
-
the host to bind to
default: 0.0.0.0
- JAXRS_BINDPORT - Static variable in interface de.taimos.springcxfdaemon.SpringCXFProperties
-
the port to bind to
default: 8080
- JAXRS_PATH - Static variable in interface de.taimos.springcxfdaemon.SpringCXFProperties
-
the base path of the JAX-RS endpoint
default:
- JaxRsComponent - Annotation Type in de.taimos.springcxfdaemon
-
- JETTY_MAXTHREADS - Static variable in interface de.taimos.springcxfdaemon.SpringCXFProperties
-
maximum number of jetty threads
default: 150
- JETTY_MINTHREADS - Static variable in interface de.taimos.springcxfdaemon.SpringCXFProperties
-
minimum number of jetty threads
default: 5
- JETTY_SENDVERSION - Static variable in interface de.taimos.springcxfdaemon.SpringCXFProperties
-
send the jetty version as Response Header
default: false
- JETTY_SESSIONS - Static variable in interface de.taimos.springcxfdaemon.SpringCXFProperties
-
use Jetty sessions
default: false
- jsonBody(HTTPRequest, Object) - Method in class de.taimos.springcxfdaemon.test.APITest
-
enriches the given HTTPRequest with the the given object as JSON using the default ObjectMapper