Uses of Class
gov.nist.secauto.metaschema.databind.io.DeserializationFeature
Packages that use DeserializationFeature
Package
Description
Provides core functionality for reading and writing instance data to and from
bound objects.
Supports reading and writing JSON instance data.
Supports reading and writing XML instance data.
Provides an implementation of the Module model
(
gov.nist.secauto.metaschema.core.model) represented by a
module-specific set of bound Java classes
(gov.nist.secauto.metaschema.databind.model.metaschema.binding).-
Uses of DeserializationFeature in gov.nist.secauto.metaschema.databind.io
Fields in gov.nist.secauto.metaschema.databind.io declared as DeserializationFeatureModifier and TypeFieldDescriptionstatic final DeserializationFeature<Boolean>DeserializationFeature.DESERIALIZE_JSON_ROOT_PROPERTYIf enabled, process the next JSON node as a field, whose name must match theIAssemblyDefinition.getRootJsonName().static final DeserializationFeature<Boolean>DeserializationFeature.DESERIALIZE_VALIDATE_CONSTRAINTSIf enabled, perform constraint validation on the deserialized bound objects.static final DeserializationFeature<Boolean>DeserializationFeature.DESERIALIZE_XML_ALLOW_ENTITY_RESOLUTIONIf enabled, allow inline XML entities to be automatically replaced.static final DeserializationFeature<Integer>DeserializationFeature.FORMAT_DETECTION_LOOKAHEAD_LIMITDetermines how many bytes can be looked at to identify the format of a document.static final DeserializationFeature<Integer>DeserializationFeature.YAML_CODEPOINT_LIMITDetermines the max YAML codepoints that can be read.Methods in gov.nist.secauto.metaschema.databind.io that return types with arguments of type DeserializationFeatureMethods in gov.nist.secauto.metaschema.databind.io with parameters of type DeserializationFeatureModifier and TypeMethodDescriptionAbstractDeserializer.disableFeature(DeserializationFeature<?> feature) default IBoundLoaderIBoundLoader.disableFeature(DeserializationFeature<?> feature) IDeserializer.disableFeature(DeserializationFeature<?> feature) AbstractDeserializer.enableFeature(DeserializationFeature<?> feature) default IBoundLoaderIBoundLoader.enableFeature(DeserializationFeature<?> feature) IDeserializer.enableFeature(DeserializationFeature<?> feature) booleanDefaultBoundLoader.isFeatureEnabled(DeserializationFeature<?> feature) AbstractDeserializer.set(DeserializationFeature<?> feature, Object value) DefaultBoundLoader.set(DeserializationFeature<?> feature, Object value) IBoundLoader.set(DeserializationFeature<?> feature, Object value) IDeserializer.set(DeserializationFeature<?> feature, Object value) Method parameters in gov.nist.secauto.metaschema.databind.io with type arguments of type DeserializationFeatureModifier and TypeMethodDescriptionAbstractDeserializer.applyConfiguration(IConfiguration<DeserializationFeature<?>> other) DefaultBoundLoader.applyConfiguration(IConfiguration<DeserializationFeature<?>> other) IBoundLoader.applyConfiguration(IConfiguration<DeserializationFeature<?>> other) IDeserializer.applyConfiguration(IConfiguration<DeserializationFeature<?>> other) Constructor parameters in gov.nist.secauto.metaschema.databind.io with type arguments of type DeserializationFeatureModifierConstructorDescriptionFormatDetector(IConfiguration<DeserializationFeature<?>> configuration) Construct a new format detector using the providedconfiguration.protectedFormatDetector(IConfiguration<DeserializationFeature<?>> configuration, com.fasterxml.jackson.core.JsonFactory... detectors) Construct a new format detector using the providedconfiguration.ModelDetector(IBindingContext bindingContext, IConfiguration<DeserializationFeature<?>> configuration) Construct a new format detector using the providedconfiguration. -
Uses of DeserializationFeature in gov.nist.secauto.metaschema.databind.io.json
Method parameters in gov.nist.secauto.metaschema.databind.io.json with type arguments of type DeserializationFeatureModifier and TypeMethodDescriptionprotected voidDefaultJsonDeserializer.configurationChanged(IMutableConfiguration<DeserializationFeature<?>> config) -
Uses of DeserializationFeature in gov.nist.secauto.metaschema.databind.io.xml
Method parameters in gov.nist.secauto.metaschema.databind.io.xml with type arguments of type DeserializationFeatureModifier and TypeMethodDescriptionprotected voidDefaultXmlDeserializer.configurationChanged(IMutableConfiguration<DeserializationFeature<?>> config) -
Uses of DeserializationFeature in gov.nist.secauto.metaschema.databind.model.metaschema
Methods in gov.nist.secauto.metaschema.databind.model.metaschema that return types with arguments of type DeserializationFeatureModifier and TypeMethodDescriptionBindingModuleLoader.applyConfiguration(IConfiguration<DeserializationFeature<?>> other) BindingModuleLoader.getFeatureValues()BindingModuleLoader.set(DeserializationFeature<?> feature, Object value) Methods in gov.nist.secauto.metaschema.databind.model.metaschema with parameters of type DeserializationFeatureModifier and TypeMethodDescriptionbooleanBindingModuleLoader.isFeatureEnabled(DeserializationFeature<?> feature) BindingModuleLoader.set(DeserializationFeature<?> feature, Object value) Method parameters in gov.nist.secauto.metaschema.databind.model.metaschema with type arguments of type DeserializationFeatureModifier and TypeMethodDescriptionBindingModuleLoader.applyConfiguration(IConfiguration<DeserializationFeature<?>> other)