Uses of Class
org.apache.johnzon.mapper.Mapper
Packages that use Mapper
Package
Description
This package is considered to be beta state
This package is considered to be beta state
-
Uses of Mapper in org.apache.johnzon.jaxrs
Constructors in org.apache.johnzon.jaxrs with parameters of type MapperModifierConstructorDescriptionJohnzonMessageBodyReader(Mapper mapper, Collection<String> ignoredTypes) JohnzonMessageBodyWriter(Mapper mapper, Collection<String> ignoredTypes) JohnzonProvider(Mapper mapper, Collection<String> ignores) WildcardJohnzonProvider(Mapper mapper, Collection<String> ignores) -
Uses of Mapper in org.apache.johnzon.jsonb
Constructors in org.apache.johnzon.jsonb with parameters of type MapperModifierConstructorDescriptionJohnzonJsonb(Mapper build, boolean ijson, Consumer<JohnzonJsonb> onClose) -
Uses of Mapper in org.apache.johnzon.mapper
Methods in org.apache.johnzon.mapper that return Mapper -
Uses of Mapper in org.apache.johnzon.websocket.internal.mapper
Methods in org.apache.johnzon.websocket.internal.mapper that return Mapper -
Uses of Mapper in org.apache.johnzon.websocket.mapper
Fields in org.apache.johnzon.websocket.mapper declared as MapperConstructors in org.apache.johnzon.websocket.mapper with parameters of type Mapper