Package | Description |
---|---|
org.apache.johnzon.jaxrs | |
org.apache.johnzon.mapper | |
org.apache.johnzon.websocket.internal.mapper | |
org.apache.johnzon.websocket.mapper |
Modifier and Type | Field and Description |
---|---|
private Mapper |
JohnzonMessageBodyWriter.mapper |
private Mapper |
JohnzonMessageBodyReader.mapper |
Constructor and Description |
---|
JohnzonMessageBodyReader(Mapper mapper,
Collection<String> ignoredTypes) |
JohnzonMessageBodyWriter(Mapper mapper,
Collection<String> ignoredTypes) |
JohnzonProvider(Mapper mapper,
Collection<String> ignores) |
Modifier and Type | Method and Description |
---|---|
Mapper |
MapperBuilder.build() |
Modifier and Type | Field and Description |
---|---|
private static Map<ClassLoader,Mapper> |
MapperLocator.MAPPER_BY_LOADER |
Modifier and Type | Method and Description |
---|---|
static Mapper |
MapperLocator.locate() |
private static Mapper |
MapperLocator.newMapper() |
Modifier and Type | Field and Description |
---|---|
protected Mapper |
JohnzonTextDecoder.mapper |
private Mapper |
JohnzonTextEncoder.mapper |
Constructor and Description |
---|
JohnzonTextDecoder(Mapper mapper,
Type type) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.