Skip navigation links
B E F G H I J M O R S U 

B

bindModuleProvider(ModuleProvider, Map<String, Object>) - Method in class org.apache.sling.models.jacksonexporter.impl.JacksonExporter
 

E

EnumerationSerializer - Class in org.apache.sling.models.jacksonexporter.impl
Trivial serializer for Enumeration types (needed for Servlet APIs) which leverages the existing Jackson support for Iterators.
EnumerationSerializer() - Constructor for class org.apache.sling.models.jacksonexporter.impl.EnumerationSerializer
 
export(Object, Class<T>, Map<String, String>) - Method in class org.apache.sling.models.jacksonexporter.impl.JacksonExporter
 

F

findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class org.apache.sling.models.jacksonexporter.impl.ModelSkippingSerializers
 

G

getAuthType() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getCharacterEncoding() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getContentLength() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getContentType() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getContextPath() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getCookies() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getHeaderNames() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getLocalAddr() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getLocale() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getLocales() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getLocalName() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getLocalPort() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getMethod() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getModule() - Method in class org.apache.sling.models.jacksonexporter.impl.RequestModuleProvider
 
getModule() - Method in class org.apache.sling.models.jacksonexporter.impl.ResourceModuleProvider
 
getModule() - Method in interface org.apache.sling.models.jacksonexporter.ModuleProvider
 
getName() - Method in class org.apache.sling.models.jacksonexporter.impl.JacksonExporter
 
getParameterMap() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getPathInfo() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getPathTranslated() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getProtocol() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getQueryString() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getRemoteAddr() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getRemoteHost() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getRemotePort() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getRemoteUser() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getRequestedSessionId() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getRequestPathInfo() - Method in class org.apache.sling.models.jacksonexporter.impl.SlingHttpServletRequestMixin
 
getRequestURI() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getResource() - Method in class org.apache.sling.models.jacksonexporter.impl.SlingHttpServletRequestMixin
 
getResponseContentType() - Method in class org.apache.sling.models.jacksonexporter.impl.SlingHttpServletRequestMixin
 
getResponseContentTypes() - Method in class org.apache.sling.models.jacksonexporter.impl.SlingHttpServletRequestMixin
 
getScheme() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getServerName() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getServerPort() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
getServletPath() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
getUserPrincipal() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 

H

HttpServletRequestMixin - Class in org.apache.sling.models.jacksonexporter.impl
 
HttpServletRequestMixin() - Constructor for class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 

I

isRequestedSessionIdFromCookie() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
isRequestedSessionIdFromURL() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
isRequestedSessionIdFromUrl() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
isRequestedSessionIdValid() - Method in class org.apache.sling.models.jacksonexporter.impl.HttpServletRequestMixin
 
isSecure() - Method in class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
isSupported(Class<?>) - Method in class org.apache.sling.models.jacksonexporter.impl.JacksonExporter
 

J

JacksonExporter - Class in org.apache.sling.models.jacksonexporter.impl
 
JacksonExporter() - Constructor for class org.apache.sling.models.jacksonexporter.impl.JacksonExporter
 

M

ModelSkippingSerializers - Class in org.apache.sling.models.jacksonexporter.impl
 
ModelSkippingSerializers() - Constructor for class org.apache.sling.models.jacksonexporter.impl.ModelSkippingSerializers
 
ModuleProvider - Interface in org.apache.sling.models.jacksonexporter
Extension interface which allows for plugging in Jackson Modules into the Jackson Exporter

O

org.apache.sling.models.jacksonexporter - package org.apache.sling.models.jacksonexporter
 
org.apache.sling.models.jacksonexporter.impl - package org.apache.sling.models.jacksonexporter.impl
 

R

RequestModuleProvider - Class in org.apache.sling.models.jacksonexporter.impl
 
RequestModuleProvider() - Constructor for class org.apache.sling.models.jacksonexporter.impl.RequestModuleProvider
 
resolve(SerializerProvider) - Method in class org.apache.sling.models.jacksonexporter.impl.EnumerationSerializer
 
resolve(SerializerProvider) - Method in class org.apache.sling.models.jacksonexporter.impl.ResourceSerializer
 
ResourceModuleProvider - Class in org.apache.sling.models.jacksonexporter.impl
 
ResourceModuleProvider() - Constructor for class org.apache.sling.models.jacksonexporter.impl.ResourceModuleProvider
 
ResourceSerializer - Class in org.apache.sling.models.jacksonexporter.impl
 
ResourceSerializer(int) - Constructor for class org.apache.sling.models.jacksonexporter.impl.ResourceSerializer
 

S

serialize(Enumeration, JsonGenerator, SerializerProvider) - Method in class org.apache.sling.models.jacksonexporter.impl.EnumerationSerializer
 
serialize(Resource, JsonGenerator, SerializerProvider) - Method in class org.apache.sling.models.jacksonexporter.impl.ResourceSerializer
 
ServletRequestMixin - Class in org.apache.sling.models.jacksonexporter.impl
 
ServletRequestMixin() - Constructor for class org.apache.sling.models.jacksonexporter.impl.ServletRequestMixin
 
SlingHttpServletRequestMixin - Class in org.apache.sling.models.jacksonexporter.impl
 
SlingHttpServletRequestMixin() - Constructor for class org.apache.sling.models.jacksonexporter.impl.SlingHttpServletRequestMixin
 

U

unbindModuleProvider(ModuleProvider, Map<String, Object>) - Method in class org.apache.sling.models.jacksonexporter.impl.JacksonExporter
 
B E F G H I J M O R S U 
Skip navigation links

Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.