Uses of Class
ca.uhn.hl7v2.validation.builder.PrimitiveRuleBuilder
Packages that use PrimitiveRuleBuilder
-
Uses of PrimitiveRuleBuilder in ca.uhn.hl7v2.validation.builder
Methods in ca.uhn.hl7v2.validation.builder that return PrimitiveRuleBuilderModifier and TypeMethodDescriptionPrimitiveRuleBuilder.allTrim()Builds aPrimitiveTypeRulethat always evaluates totrueand trims leading and trailing whitespaces.Builds aPrimitiveTypeRulethat evaluates the specifiedPredicateagainst the primitive value with leading and trailing whitespaces trimmed.Builds aPrimitiveTypeRulethat evaluates the specifiedPredicateagainst the primitive value.PrimitiveRuleBuilder.leftTrim()Builds aPrimitiveTypeRulethat always evaluates totrueand trims leading whitespaces.Builds aPrimitiveTypeRulethat evaluates the specifiedPredicateagainst the primitive value with leading whitespaces trimmed.BuildsPrimitiveTypeRules for the specified typesPrimitiveRuleBuilder.rightTrim()Builds aPrimitiveTypeRulethat always evaluates totrueand trims trailing whitespaces.Builds aPrimitiveTypeRulethat evaluates the specifiedPredicateagainst the primitive value with trailing whitespaces trimmed.