public class NoValidation extends ValidationContextImpl
ValidationContext
with no validation initially defined. This
can be used as-is for fast message processing. Although no validation is
performed per se, a TrimLeadingWhitespace
rule is bound to types
FT, ST, and TX.
Subclassing this class is discouraged. You should instead subclass
NoValidationBuilder
and use this to instantiate an instance of
ValidationContextImpl
.
encodingRuleCache, messageRuleCache, primitiveRuleCache
Constructor and Description |
---|
NoValidation() |
getEncodingRuleBindings, getEncodingRules, getMessageRuleBindings, getMessageRules, getPrimitiveRuleBindings, getPrimitiveRules, initCaches, newRuleCache
public NoValidation()
Copyright © 2001–2017 University Health Network. All rights reserved.