public final class HtmlSchemaDocSerializer extends HtmlDocSerializer
Accept types: text/html+schema
Produces Content-Type types: text/html
HtmlDocSerializer, except serializes the POJO metamodel instead of the model itself.
Produces output that describes the POJO metamodel similar to an XML schema document.
The easiest way to create instances of this class is through the HtmlSerializer.getSchemaSerializer(),
which will create a schema serializer with the same settings as the originating serializer.
HtmlSerializer.Sq, HtmlSerializer.SqReadableXmlSerializer.Ns, XmlSerializer.NsSq, XmlSerializer.NsSqReadableDEFAULT, HTMLDOC_aside, HTMLDOC_footer, HTMLDOC_head, HTMLDOC_header, HTMLDOC_nav, HTMLDOC_navlinks, HTMLDOC_navlinks_add, HTMLDOC_noResultsMessage, HTMLDOC_nowrap, HTMLDOC_script, HTMLDOC_script_add, HTMLDOC_style, HTMLDOC_style_add, HTMLDOC_stylesheet, HTMLDOC_stylesheet_add, HTMLDOC_templateDEFAULT_SQ, DEFAULT_SQ_READABLE, HTML_addBeanTypes, HTML_addKeyValueTableHeaders, HTML_detectLabelParameters, HTML_detectLinksInStrings, HTML_labelParameter, HTML_uriAnchorTextDEFAULT_JUNEAU_NAMESPACE, DEFAULT_NS, DEFAULT_NS_SQ, DEFAULT_NS_SQ_READABLE, DEFAULT_XS_NAMESPACE, XML_addBeanTypes, XML_addNamespaceUrisToRoot, XML_autoDetectNamespaces, XML_defaultNamespace, XML_enableNamespaces, XML_namespaces, XML_xsNamespaceWSERIALIZER_maxIndent, WSERIALIZER_quoteCharSERIALIZER_addBeanTypes, SERIALIZER_addRootType, SERIALIZER_listener, SERIALIZER_sortCollections, SERIALIZER_sortMaps, SERIALIZER_trimEmptyCollections, SERIALIZER_trimEmptyMaps, SERIALIZER_trimNullProperties, SERIALIZER_trimStrings, SERIALIZER_uriContext, SERIALIZER_uriRelativity, SERIALIZER_uriResolution, SERIALIZER_useWhitespaceBEANTRAVERSE_detectRecursions, BEANTRAVERSE_ignoreRecursions, BEANTRAVERSE_initialDepth, BEANTRAVERSE_maxDepthBEAN_beanClassVisibility, BEAN_beanConstructorVisibility, BEAN_beanDictionary, BEAN_beanDictionary_add, BEAN_beanDictionary_remove, BEAN_beanFieldVisibility, BEAN_beanFilters, BEAN_beanFilters_add, BEAN_beanFilters_remove, BEAN_beanMapPutReturnsOldValue, BEAN_beanMethodVisibility, BEAN_beansRequireDefaultConstructor, BEAN_beansRequireSerializable, BEAN_beansRequireSettersForGetters, BEAN_beansRequireSomeProperties, BEAN_beanTypePropertyName, BEAN_debug, BEAN_examples, BEAN_excludeProperties, BEAN_fluentSetters, BEAN_ignoreInvocationExceptionsOnGetters, BEAN_ignoreInvocationExceptionsOnSetters, BEAN_ignorePropertiesWithoutSetters, BEAN_ignoreUnknownBeanProperties, BEAN_ignoreUnknownNullBeanProperties, BEAN_implClasses, BEAN_includeProperties, BEAN_locale, BEAN_mediaType, BEAN_notBeanClasses, BEAN_notBeanClasses_add, BEAN_notBeanClasses_remove, BEAN_notBeanPackages, BEAN_notBeanPackages_add, BEAN_notBeanPackages_remove, BEAN_pojoSwaps, BEAN_pojoSwaps_add, BEAN_pojoSwaps_remove, BEAN_propertyNamer, BEAN_sortProperties, BEAN_timeZone, BEAN_useEnumNames, BEAN_useInterfaceProxies, BEAN_useJavaBeanIntrospector, DEFAULT_SORTED| Constructor and Description |
|---|
HtmlSchemaDocSerializer(PropertyStore ps)
Constructor.
|
HtmlSchemaDocSerializer(PropertyStore ps,
String produces,
String accept)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlSchemaDocSerializerSession |
createSession(SerializerSessionArgs args)
Create the session object used for actual serialization of objects.
|
asMap, getAside, getFooter, getHead, getHeader, getNav, getNavlinks, getNoResultsMessage, getSchemaSerializer, getScript, getStyle, getStylesheet, getTemplate, isNowrapbuilder, create, getLabelParameter, getUriAnchorText, isAddBeanTypes, isAddKeyValueTableHeaders, isDetectLinksInStrings, isLookForLabelParametersgetDefaultNamespace, getNamespaces, getXsNamespace, isAddNamespaceUrlsToRoot, isAutoDetectNamespaces, isEnableNamespacesgetMaxIndent, getQuoteChar, isWriterSerializer, println, serialize, toString, toStringObjectcreateDefaultSessionArgs, createSession, getAcceptMediaTypes, getListener, getMediaTypeRanges, getPrimaryMediaType, getResponseContentType, getUriContext, getUriRelativity, getUriResolution, isAddRootType, isSortCollections, isSortMaps, isTrimEmptyCollections, isTrimEmptyMaps, isTrimNullProperties, isTrimStrings, isUseWhitespace, serialize, serializeToStringcreateSession, getInitialDepth, getMaxDepth, isDetectRecursions, isIgnoreRecursions_class, createBeanSession, createBeanSession, createDefaultBeanSessionArgs, createSession, dumpCacheStats, getBeanClassVisibility, getBeanConstructorVisibility, getBeanDictionaryClasses, getBeanFieldVisibility, getBeanMeta, getBeanMethodVisibility, getBeanRegistry, getBeanTypePropertyName, getClassMeta, getClassMeta, getClassMetaForObject, getExcludeProperties, getImplClassConstructor, getIncludeProperties, getLocale, getMediaType, getPropertyNamer, getTimeZone, hasSameCache, isBean, isBeanMapPutReturnsOldValue, isBeansRequireDefaultConstructor, isBeansRequireSerializable, isBeansRequireSettersForGetters, isBeansRequireSomeProperties, isDebug, isFluentSetters, isIgnoreInvocationExceptionsOnGetters, isIgnoreInvocationExceptionsOnSetters, isIgnorePropertiesWithoutSetters, isIgnoreUnknownBeanProperties, isIgnoreUnknownNullBeanProperties, isNotABean, isSortProperties, isUseEnumNames, isUseInterfaceProxies, isUseJavaBeanIntrospector, newInstance, newInstance, newInstanceFromOuter, object, resolveClassMeta, stringequals, getArrayProperty, getArrayProperty, getBooleanProperty, getClassArrayProperty, getClassArrayProperty, getClassArrayProperty, getClassListProperty, getClassListProperty, getClassMapProperty, getClassMapProperty, getClassProperty, getClassSetProperty, getClassSetProperty, getInstanceArrayProperty, getInstanceArrayProperty, getInstanceArrayProperty, getInstanceProperty, getInstanceProperty, getInstanceProperty, getIntegerProperty, getListProperty, getListProperty, getLongProperty, getMapProperty, getProperty, getProperty, getPropertyKeys, getPropertyStore, getSetProperty, getSetProperty, getStringProperty, hashCode, toStringpublic HtmlSchemaDocSerializer(PropertyStore ps)
ps - The property store to use for creating the context for this serializer.public HtmlSchemaDocSerializer(PropertyStore ps, String produces, String accept)
ps - The property store containing all the settings for this object.produces - The media type that this serializer produces.accept - The accept media types that the serializer can handle.
Can contain meta-characters per the media-type specification of
RFC2616/14.1
If empty, then assumes the only media type supported is produces.
For example, if this serializer produces
The accept value can also contain q-values.
public HtmlSchemaDocSerializerSession createSession(SerializerSessionArgs args)
SerializercreateSession in class HtmlDocSerializerargs - Runtime arguments.
These specify session-level information such as locale and URI context.
It also include session-level properties that override the properties defined on the bean and serializer
contexts.Copyright © 2018 Apache. All rights reserved.