Skip navigation links
A B C D F G H J M P T V Y _ 

A

APPLICATION_JACKSON_YAML - Static variable in class com.fasterxml.jackson.jaxrs.yaml.YAMLMediaTypes
 
APPLICATION_JACKSON_YAML_TYPE - Static variable in class com.fasterxml.jackson.jaxrs.yaml.YAMLMediaTypes
 

B

BASIC_ANNOTATIONS - Static variable in class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.

C

com.fasterxml.jackson.jaxrs.yaml - package com.fasterxml.jackson.jaxrs.yaml
Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for YAML content type (MediaType).

D

DEFAULT_ANNOTATIONS - Static variable in class com.fasterxml.jackson.jaxrs.yaml.JacksonJaxbYAMLProvider
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.

F

forReading(ObjectReader, Annotation[]) - Static method in class com.fasterxml.jackson.jaxrs.yaml.YAMLEndpointConfig
 
forWriting(ObjectWriter, Annotation[]) - Static method in class com.fasterxml.jackson.jaxrs.yaml.YAMLEndpointConfig
 

G

getConfiguredMapper() - Method in class com.fasterxml.jackson.jaxrs.yaml.YAMLMapperConfigurator
Method that locates, configures and returns YAMLMapper to use
getDefaultMapper() - Method in class com.fasterxml.jackson.jaxrs.yaml.YAMLMapperConfigurator
 

H

hasMatchingMediaType(MediaType) - Method in class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
Helper method used to check whether given media type is YAML type or sub type.

J

JacksonJaxbYAMLProvider - Class in com.fasterxml.jackson.jaxrs.yaml
JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).
JacksonJaxbYAMLProvider() - Constructor for class com.fasterxml.jackson.jaxrs.yaml.JacksonJaxbYAMLProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJaxbYAMLProvider(Annotations...) - Constructor for class com.fasterxml.jackson.jaxrs.yaml.JacksonJaxbYAMLProvider
 
JacksonJaxbYAMLProvider(YAMLMapper, Annotations[]) - Constructor for class com.fasterxml.jackson.jaxrs.yaml.JacksonJaxbYAMLProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JacksonYAMLProvider - Class in com.fasterxml.jackson.jaxrs.yaml
Basic implementation of JAX-RS abstractions (MessageBodyReader, MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).
JacksonYAMLProvider() - Constructor for class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonYAMLProvider(Annotations...) - Constructor for class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
 
JacksonYAMLProvider(YAMLMapper) - Constructor for class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
 
JacksonYAMLProvider(YAMLMapper, Annotations[]) - Constructor for class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.

M

mapper() - Method in class com.fasterxml.jackson.jaxrs.yaml.YAMLMapperConfigurator
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
modifyBeforeWrite(Object) - Method in class com.fasterxml.jackson.jaxrs.yaml.YAMLEndpointConfig
 

P

PackageVersion - Class in com.fasterxml.jackson.jaxrs.yaml
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion() - Constructor for class com.fasterxml.jackson.jaxrs.yaml.PackageVersion
 

T

TEXT_JACKSON_YAML - Static variable in class com.fasterxml.jackson.jaxrs.yaml.YAMLMediaTypes
 
TEXT_JACKSON_YAML_TYPE - Static variable in class com.fasterxml.jackson.jaxrs.yaml.YAMLMediaTypes
 

V

version() - Method in class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
Method that will return version information stored in and read from jar that contains this class.
VERSION - Static variable in class com.fasterxml.jackson.jaxrs.yaml.PackageVersion
 
version() - Method in class com.fasterxml.jackson.jaxrs.yaml.PackageVersion
 

Y

YAMLEndpointConfig - Class in com.fasterxml.jackson.jaxrs.yaml
Container class for figuring out annotation-based configuration for JAX-RS end points.
YAMLEndpointConfig(MapperConfig<?>) - Constructor for class com.fasterxml.jackson.jaxrs.yaml.YAMLEndpointConfig
 
YAMLMapperConfigurator - Class in com.fasterxml.jackson.jaxrs.yaml
Helper class used to encapsulate details of configuring an YAMLMapper instance to be used for data binding, as well as accessing it.
YAMLMapperConfigurator(YAMLMapper, Annotations[]) - Constructor for class com.fasterxml.jackson.jaxrs.yaml.YAMLMapperConfigurator
 
YAMLMediaTypes - Class in com.fasterxml.jackson.jaxrs.yaml
 
YAMLMediaTypes() - Constructor for class com.fasterxml.jackson.jaxrs.yaml.YAMLMediaTypes
 

_

_configForReading(ObjectReader, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
 
_configForWriting(ObjectWriter, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
 
_createParser(ObjectReader, InputStream) - Method in class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
 
_locateMapperViaProvider(Class<?>, MediaType) - Method in class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
Method called to locate YAMLMapper to use for serialization and deserialization.
_providers - Variable in class com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
Injectable context object used to locate configured instance of YAMLMapper to use for actual serialization.
_resolveIntrospector(Annotations) - Method in class com.fasterxml.jackson.jaxrs.yaml.YAMLMapperConfigurator
 
_resolveIntrospectors(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.yaml.YAMLMapperConfigurator
 
A B C D F G H J M P T V Y _ 
Skip navigation links

Copyright © 2026 FasterXML. All rights reserved.